spot/wrap/python/tests/Makefile.am
Alexandre Duret-Lutz 0c50e20ffd * 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.
2003-07-31 20:04:29 +00:00

8 lines
145 B
Makefile

EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = ./run
# ensure run is rebuilt before the tests are run.
check_SCRIPTS = run
TESTS = \
ltlsimple.py