spot/wrap/python/tests/Makefile.am
Alexandre Duret-Lutz 1095dd7533 * wrap/python/spot.i: Include headers from tgba/ and tgbaalgos/.
* wrap/python/tests/ltl2tgba.py, wrap/python/tests/ltl2tgba.test:
New files.
* wrap/python/tests/Makefile.am (TESTS): Add ltl2tgba.test.
(EXTRA_DIST): Add ltl2tgba.py.
* wrap/python/tests/run.in: Distinguish *.py and *.test.
2003-08-04 13:50:59 +00:00

13 lines
216 B
Makefile

EXTRA_DIST = \
$(TESTS) \
ltl2tgba.py
TESTS_ENVIRONMENT = ./run
# ensure run is rebuilt before the tests are run.
check_SCRIPTS = run
TESTS = \
ltlsimple.py \
ltlparse.py \
bddnqueen.py \
ltl2tgba.test