* 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:
Alexandre Duret-Lutz 2003-08-04 13:50:59 +00:00
parent c160eba524
commit 1095dd7533
7 changed files with 210 additions and 5 deletions

View file

@ -24,7 +24,7 @@ del op, c
print 'op2 =', op2
op3 = spot.multop.instance(spot.multop.And, b,
spot.multop.instance(spot.multop.And, c2, a))
spot.multop.instance(spot.multop.And, c2, a))
del a, b, c2
print 'op3 =', op3