Export bdd_implies to the Python interface, and test it.

* wrap/python/buddy.i (bdd_implies): New function.
* wrap/python/tests/implies.py: New file.
* wrap/python/tests/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2012-06-13 17:57:07 +02:00
parent a814b97543
commit 821d5e54b7
3 changed files with 68 additions and 3 deletions

View file

@ -31,11 +31,12 @@ check_SCRIPTS = run
TESTS = \
alarm.py \
ltlsimple.py \
ltlparse.py \
bddnqueen.py \
ltl2tgba.test \
implies.py \
interdep.py \
ltl2tgba.test \
ltlparse.py \
ltlsimple.py \
minato.py \
modgray.py \
optionmap.py \