* 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,4 +1,4 @@
## Copyright (C) 2003 Laboratoire d'Informatique de Paris 6 (LIP6),
## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
## et Marie Curie.
##
@ -32,4 +32,5 @@ TESTS = \
ltlparse.py \
bddnqueen.py \
ltl2tgba.test \
interdep.py
interdep.py \
minato.py