Rename tgbatest into tests.

* src/Makefile.am, README, configure.ac: update references.
* src/tgbatest/: rename as...
* src/tests/: ...this!
This commit is contained in:
Etienne Renault 2015-04-23 09:46:49 +02:00
parent 8c4a3c0125
commit bd57f7a991
99 changed files with 8 additions and 6 deletions

View file

@ -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 =

View file

@ -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 \