#!/bin/sh

set -e

make -C tests
tests/dict-reopen
tests/multi-dict
tests/multi-thread
tests/mem-leak
cd bindings/python-examples && PYTHONPATH=..//python:../python/.libs LINK_GRAMMAR_DATA=$(realpath "$(pwd)/../../data") srcdir="$(pwd)" python3 tests.py -v
