python: add wrapper for libspotgen

For #254.

* python/spot/gen.i, tests/python/gen.py: New files.
* python/Makefile.am, tests/Makefile.am: Adjust.
* NEWS: Mention the spot.gen python package.
This commit is contained in:
Alexandre Duret-Lutz 2017-04-23 15:22:08 +02:00
parent 5e8f3ee629
commit f185aabf44
6 changed files with 120 additions and 2 deletions

View file

@ -335,6 +335,7 @@ TESTS_python = \
python/declenv.py \
python/decompose_scc.py \
python/dualize.py \
python/gen.py \
python/implies.py \
python/interdep.py \
python/ltl2tgba.test \