Add interface for and test the bdd_setxor() function added to Buddy.

* wrap/python/buddy.i (bdd_setxor): New function.
* wrap/python/tests/setxor.py: New file.
* wrap/python/tests/Makefile.am (TESTS): Add setxor.py.
This commit is contained in:
Alexandre Duret-Lutz 2010-11-07 11:15:56 +01:00
parent 4034b7f87f
commit 2b46cb4bab
4 changed files with 62 additions and 2 deletions

View file

@ -1,3 +1,5 @@
## Copyright (C) 2010 Labortatoire de Recherche et Développement de
## l'EPITA.
## Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
## et Marie Curie.
@ -35,4 +37,5 @@ TESTS = \
interdep.py \
minato.py \
modgray.py \
optionmap.py
optionmap.py \
setxor.py