* src/tgbatest/Makefile.am (check_PROGRAMS): Add tbalbtt.

(tbalbtt_SOURCES, tbalbtt_CXXFLAGS): New variables.
* src/tgbatest/spotlbtt.cc [TBA]: Build tba proxies conditionally.
* src/tgbatest/spotlbtt.test: Include tbalbtt in the tests.
This commit is contained in:
Alexandre Duret-Lutz 2003-07-29 11:21:18 +00:00
parent 860d085b1a
commit 01f58f5fbf
4 changed files with 27 additions and 3 deletions

View file

@ -13,6 +13,7 @@ check_PROGRAMS = \
mixprod \
readsave \
spotlbtt \
tbalbtt \
tgbaread \
tripprod
@ -26,6 +27,8 @@ ltlmagic_SOURCES = ltlmagic.cc
ltlprod_SOURCES = ltlprod.cc
mixprod_SOURCES = mixprod.cc
readsave_SOURCES = readsave.cc
tbalbtt_SOURCES = spotlbtt.cc
tbalbtt_CXXFLAGS = -DTBA
tgbaread_SOURCES = tgbaread.cc
tripprod_SOURCES = tripprod.cc
spotlbtt_SOURCES = spotlbtt.cc