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
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue