python: fix spot.py script for new acceptance interface
* wrap/python/ajax/spot.in: Adjust to the new interface. * wrap/python/spot.i: Work around missing support for nested classes. * wrap/python/tests/ltl2tgba.py, wrap/python/tests/ltl2tgba.test: More test.
This commit is contained in:
parent
c494a347c9
commit
10c4a92ddb
4 changed files with 30 additions and 6 deletions
|
|
@ -45,3 +45,6 @@ set -e
|
|||
./run $srcdir/ltl2tgba.py -f 'Fa & Xb & GFc & Gd'
|
||||
./run $srcdir/ltl2tgba.py -f 'Fa & Xa & GFc & Gc'
|
||||
./run $srcdir/ltl2tgba.py -f 'Fc & X(a | Xb) & GF(a | Xb) & Gc'
|
||||
|
||||
./run $srcdir/ltl2tgba.py -W -f 'Ga | Gb | Gc'
|
||||
./run $srcdir/ltl2tgba.py -W -T 'Ga | Gb | Gc'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue