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:
parent
33a944705c
commit
7b5f80d46d
3 changed files with 1 additions and 137 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue