* configure.ac: Output iface/gspn/defs.
* iface/gspn/Makefile.am (EXTRA_DIST): Add $(TESTS). (TESTS, check_SCRIPTS, distclean-local): New. * iface/gspn/dcswave.test, iface/gspn/simple.test, iface/gspn/defs.in: New files. * iface/gspn/dottygspn.cc (main): Take the list of properties of interest in argument.
This commit is contained in:
parent
5e8cbcde7f
commit
664e49e07e
7 changed files with 125 additions and 5 deletions
|
|
@ -22,4 +22,15 @@ EXTRA_DIST = \
|
|||
examples/DCSwave/DCSWave.tobs \
|
||||
examples/simple/simple.def \
|
||||
examples/simple/simple.net \
|
||||
examples/simple/simple.tobs
|
||||
examples/simple/simple.tobs \
|
||||
$(TESTS)
|
||||
|
||||
TESTS = \
|
||||
simple.test \
|
||||
dcswave.test
|
||||
|
||||
# Each test case depends on defs.
|
||||
check_SCRIPTS = defs
|
||||
|
||||
distclean-local:
|
||||
-rm -rf testSubDir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue