python: add python bindings for declarative_environment
* python/spot/impl.i: Here. * tests/python/declenv.py: New file. * tests/Makefile.am: Add it.
This commit is contained in:
parent
2df677d2d2
commit
b81d7e5839
3 changed files with 78 additions and 4 deletions
|
|
@ -322,15 +322,15 @@ TESTS_ipython = \
|
|||
# do not consider part of the documentation: those have to start
|
||||
# with a _.
|
||||
TESTS_python = \
|
||||
python/_aux.ipynb \
|
||||
python/_altscc.ipynb \
|
||||
python/_aux.ipynb \
|
||||
python/accparse2.py \
|
||||
python/alarm.py \
|
||||
python/alternating.py \
|
||||
python/bddnqueen.py \
|
||||
python/bdditer.py \
|
||||
python/bddnqueen.py \
|
||||
python/bugdet.py \
|
||||
python/sccinfo.py \
|
||||
python/declenv.py \
|
||||
python/decompose_scc.py \
|
||||
python/implies.py \
|
||||
python/interdep.py \
|
||||
|
|
@ -347,8 +347,9 @@ TESTS_python = \
|
|||
python/relabel.py \
|
||||
python/remfin.py \
|
||||
python/satmin.py \
|
||||
python/setacc.py \
|
||||
python/sccfilter.py \
|
||||
python/sccinfo.py \
|
||||
python/setacc.py \
|
||||
python/setxor.py \
|
||||
python/sum.py \
|
||||
python/trival.py \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue