* src/misc/bddalloc.hh: Make all methods public.
* wrap/python/spot.i: Include misc/bddalloc.hh and misc/minato.hh. * wrap/python/tests/minato.py: New file. * wrap/python/tests/Makefile.am (TESTS): Add minato.py.
This commit is contained in:
parent
e0b15c6f67
commit
c46204dfad
5 changed files with 63 additions and 5 deletions
|
|
@ -32,6 +32,8 @@
|
|||
#include <sstream>
|
||||
|
||||
#include "misc/version.hh"
|
||||
#include "misc/bddalloc.hh"
|
||||
#include "misc/minato.hh"
|
||||
|
||||
#include "ltlast/formula.hh"
|
||||
#include "ltlast/refformula.hh"
|
||||
|
|
@ -83,6 +85,8 @@ using namespace spot;
|
|||
%}
|
||||
|
||||
%include "misc/version.hh"
|
||||
%include "misc/bddalloc.hh"
|
||||
%include "misc/minato.hh"
|
||||
|
||||
%include "ltlast/formula.hh"
|
||||
%include "ltlast/refformula.hh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue