* iface/gspn/Makefile.am (check_PROGRAMS): Add eltlgspn-srg.
(eltlgspn_srg_SOURCES, eltlgspn_srg_LDADD, eltlgspn_srg_CPPFLAGS): New variables. (TESTS): Add dcswaveeltl.test. * iface/gspn/dcswaveeltl.test: New file. * iface/gspn/ltlgspn.cc [CEC]: Use emptiness_check.
This commit is contained in:
parent
e5641f5b69
commit
9b2d0ec258
4 changed files with 46 additions and 3 deletions
|
|
@ -16,6 +16,7 @@ check_PROGRAMS = \
|
|||
dottygspn-srg \
|
||||
ltlgspn-rg \
|
||||
ltlgspn-srg \
|
||||
eltlgspn-srg \
|
||||
fmgspn-rg \
|
||||
fmgspn-srg
|
||||
|
||||
|
|
@ -31,6 +32,10 @@ ltlgspn_rg_LDADD = libspotgspn.la $(LIBGSPNRG_LDFLAGS)
|
|||
ltlgspn_srg_SOURCES = ltlgspn.cc
|
||||
ltlgspn_srg_LDADD = libspotgspn.la $(LIBGSPNSRG_LDFLAGS)
|
||||
|
||||
eltlgspn_srg_SOURCES = ltlgspn.cc
|
||||
eltlgspn_srg_LDADD = libspotgspn.la $(LIBGSPNSRG_LDFLAGS)
|
||||
eltlgspn_srg_CPPFLAGS = -DCEC $(AM_CPPFLAGS)
|
||||
|
||||
fmgspn_rg_SOURCES = ltlgspn.cc
|
||||
fmgspn_rg_CPPFLAGS = -DFM $(AM_CPPFLAGS)
|
||||
fmgspn_rg_LDADD = libspotgspn.la $(LIBGSPNRG_LDFLAGS)
|
||||
|
|
@ -52,7 +57,8 @@ TESTS = \
|
|||
simple.test \
|
||||
dcswave.test \
|
||||
dcswaveltl.test \
|
||||
dcswavefm.test
|
||||
dcswavefm.test \
|
||||
dcswaveeltl.test
|
||||
|
||||
# Each test case depends on defs.
|
||||
check_SCRIPTS = defs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue