Rename tgbatest into tests.
* src/Makefile.am, README, configure.ac: update references. * src/tgbatest/: rename as... * src/tests/: ...this!
This commit is contained in:
parent
8c4a3c0125
commit
bd57f7a991
99 changed files with 8 additions and 6 deletions
|
|
@ -27,7 +27,7 @@ AUTOMAKE_OPTIONS = subdir-objects
|
|||
# libspot.la needed by the tests)
|
||||
SUBDIRS = misc priv ltlenv ltlast ltlvisit ltlparse graph twa \
|
||||
twaalgos ta taalgos kripke kripkeparse dstarparse hoaparse \
|
||||
. bin ltltest graphtest tgbatest kripketest sanity
|
||||
. bin ltltest graphtest tests kripketest sanity
|
||||
|
||||
lib_LTLIBRARIES = libspot.la
|
||||
libspot_la_SOURCES =
|
||||
|
|
|
|||
|
|
@ -60,7 +60,9 @@ taatgba_SOURCES = taatgba.cc
|
|||
|
||||
# Keep this sorted by STRENGTH. Test basic things first,
|
||||
# because such failures will be easier to diagnose and fix.
|
||||
TESTS = \
|
||||
TESTS = $(TESTS_twa)
|
||||
|
||||
TESTS_twa = \
|
||||
acc.test \
|
||||
acc2.test \
|
||||
intvcomp.test \
|
||||
Loading…
Add table
Add a link
Reference in a new issue