10 lines
No EOL
177 B
Makefile
10 lines
No EOL
177 B
Makefile
EXTRA_DIST = $(TESTS)
|
|
|
|
TESTS_ENVIRONMENT = ./run
|
|
# ensure run is rebuilt before the tests are run.
|
|
check_SCRIPTS = run
|
|
|
|
TESTS = \
|
|
ltlsimple.py \
|
|
ltlparse.py \
|
|
bddnqueen.py
|