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:
Alexandre Duret-Lutz 2017-03-09 15:04:58 +01:00
parent 2df677d2d2
commit b81d7e5839
3 changed files with 78 additions and 4 deletions

View file

@ -87,6 +87,7 @@
#include <spot/tl/formula.hh>
#include <spot/tl/environment.hh>
#include <spot/tl/declenv.hh>
#include <spot/tl/defaultenv.hh>
#include <spot/tl/parse.hh>
@ -425,6 +426,7 @@ namespace std {
}
%include <spot/tl/environment.hh>
%include <spot/tl/declenv.hh>
%include <spot/tl/defaultenv.hh>
%include <spot/tl/parse.hh>