* 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:
Alexandre Duret-Lutz 2004-02-02 21:39:25 +00:00
parent e0b15c6f67
commit c46204dfad
5 changed files with 63 additions and 5 deletions

View file

@ -1,5 +1,10 @@
2004-02-02 Alexandre Duret-Lutz <adl@gnu.org>
* 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.
* src/tgbatest/explicit.cc, src/tgbatest/explprod.cc,
src/tgbatest/ltl2tgba.cc, src/tgbatest/ltlprod.cc,
src/tgbatest/mixprod.cc, src/tgbatest/powerset.cc,