* 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:
parent
860d085b1a
commit
01f58f5fbf
4 changed files with 27 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue