* 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.
This commit is contained in:
parent
c160eba524
commit
1095dd7533
7 changed files with 210 additions and 5 deletions
|
|
@ -1,4 +1,6 @@
|
|||
EXTRA_DIST = $(TESTS)
|
||||
EXTRA_DIST = \
|
||||
$(TESTS) \
|
||||
ltl2tgba.py
|
||||
|
||||
TESTS_ENVIRONMENT = ./run
|
||||
# ensure run is rebuilt before the tests are run.
|
||||
|
|
@ -7,4 +9,5 @@ check_SCRIPTS = run
|
|||
TESTS = \
|
||||
ltlsimple.py \
|
||||
ltlparse.py \
|
||||
bddnqueen.py
|
||||
bddnqueen.py \
|
||||
ltl2tgba.test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue