* configure.ac: Output wrap/python/tests/Makefile

and wrap/python/tests/run.
* wrap/python/Makefile.am (SUBDIRS): New variable.
* wrap/python/spot.i: Include all formulae headers from ltlast/,
as well as ltlvisit/destroy.hh.
(spot::ltl::formula::__cmp__, spot::ltl::formula::__str__): New
functions.
* wrap/python/tests/Makefile.am, wrap/python/tests/ltlsimple.py,
wrap/python/tests/run.in: New files.
This commit is contained in:
Alexandre Duret-Lutz 2003-07-31 20:04:29 +00:00
parent 99018935bb
commit 0c50e20ffd
9 changed files with 181 additions and 12 deletions

View file

@ -1,3 +1,4 @@
SUBDIRS = tests
AM_CPPFLAGS = -I$(PYTHONINC) -I$(top_srcdir)/src