* lbtt/: New directory. Contains a patched version of lbtt 1.0.1.
* Makefile.am (MAYBE_LBTT): New variables. (SUBDIRS): Add $(MAYBE_LBTT). (EXTRA_DIST): Add m4/lbtt.m4. * configure.ac: Call AX_CHECK_LBTT. * m4/lbtt.m4: New file. * src/tgbatest/Makefile.am (check_PROGRAMS): Add spotlbtt. (spotlbtt_SOURCES): New variables. (TESTS): Add spotlbtt.test. (CLEANFILE): Add config. * src/tgbatest/defs.in (top_builddir, LBTT, LBTT_TRANSLATE): New substitutions. * src/tgbatest/spotlbtt.cc, src/tgbatest/spotlbtt.test: New files.
This commit is contained in:
parent
71b7da1437
commit
79bed65843
9 changed files with 165 additions and 6 deletions
|
|
@ -12,7 +12,8 @@ check_PROGRAMS = \
|
|||
bddprod \
|
||||
explprod \
|
||||
tripprod \
|
||||
mixprod
|
||||
mixprod \
|
||||
spotlbtt
|
||||
|
||||
# Keep this sorted alphabetically.
|
||||
bddprod_SOURCES = ltlprod.cc
|
||||
|
|
@ -25,6 +26,7 @@ mixprod_SOURCES = mixprod.cc
|
|||
readsave_SOURCES = readsave.cc
|
||||
tgbaread_SOURCES = tgbaread.cc
|
||||
tripprod_SOURCES = tripprod.cc
|
||||
spotlbtt_SOURCES = spotlbtt.cc
|
||||
|
||||
# Keep this sorted by STRENGTH. Test basic things first,
|
||||
# because such failures will be easier to diagnose and fix.
|
||||
|
|
@ -37,8 +39,9 @@ TESTS = \
|
|||
bddprod.test \
|
||||
explprod.test \
|
||||
tripprod.test \
|
||||
mixprod.test
|
||||
mixprod.test \
|
||||
spotlbtt.test
|
||||
|
||||
EXTRA_DIST = $(TESTS)
|
||||
|
||||
CLEANFILES = input input1 input2 input3 stdout expected
|
||||
CLEANFILES = input input1 input2 input3 stdout expected config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue