(libspotswigpy_la_SOURCES, libspotswigpy_la_CFLAGS) (libspotswigpy_la_LDFLAGS): New variables. (_spot_la_LIBADD, _buddy_la_LDFLAGS): Link with libspotswigpy.la ($(srcdir)/spot_wrap.cxx, $(srcdir)/buddy_wrap.cxx): Run swig with -c. * wrap/python/tests/libpy.c: New file. * wrap/python/tests/run.in: Run python if no arguments are given. * wrap/python/tests/interdep.py: New file. * wrap/python/tests/Makefile.am (TESTS): Add interdep.py.
14 lines
232 B
Makefile
14 lines
232 B
Makefile
EXTRA_DIST = \
|
|
$(TESTS) \
|
|
ltl2tgba.py
|
|
|
|
TESTS_ENVIRONMENT = ./run
|
|
# ensure run is rebuilt before the tests are run.
|
|
check_SCRIPTS = run
|
|
|
|
TESTS = \
|
|
ltlsimple.py \
|
|
ltlparse.py \
|
|
bddnqueen.py \
|
|
ltl2tgba.test \
|
|
interdep.py
|