tgbatest: get rid of tgbaread

since it's only purpose is to test a parser we
want to get rid of (#1)

* src/tgbatest/tgbaread.cc, src/tgbatest/tgbaread.test: Delete.
* src/tgbatest/Makefile.am: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2015-01-31 17:49:02 +01:00
parent 33a944705c
commit 7b5f80d46d
3 changed files with 1 additions and 137 deletions

View file

@ -44,8 +44,7 @@ check_PROGRAMS = \
maskacc \
powerset \
readsat \
taatgba \
tgbaread
taatgba
# Keep this sorted alphabetically.
acc_SOURCES = acc.cc
@ -65,7 +64,6 @@ powerset_SOURCES = powerset.cc
randtgba_SOURCES = randtgba.cc
readsat_SOURCES = readsat.cc
taatgba_SOURCES = taatgba.cc
tgbaread_SOURCES = tgbaread.cc
# Keep this sorted by STRENGTH. Test basic things first,
# because such failures will be easier to diagnose and fix.
@ -75,7 +73,6 @@ TESTS = \
bitvect.test \
ltlcross3.test \
taatgba.test \
tgbaread.test \
renault.test \
nondet.test \
det.test \