* 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.
13 lines
216 B
Makefile
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
|