* src/tgbatest/Makefile.am (check_PROGRAMS): Move ltl2tgba ...
(noinst_PROGRAMS): ... here. * iface/gspn/Makefile.am (check_PROGRAMS): Rename as ... (noinst_PROGRAMS): ... this.
This commit is contained in:
parent
70e93ea053
commit
7cf55415a7
3 changed files with 13 additions and 3 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
2004-04-23 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
|
* src/tgbatest/Makefile.am (check_PROGRAMS): Move ltl2tgba ...
|
||||||
|
(noinst_PROGRAMS): ... here.
|
||||||
|
* iface/gspn/Makefile.am (check_PROGRAMS): Rename as ...
|
||||||
|
(noinst_PROGRAMS): ... this.
|
||||||
|
|
||||||
2004-04-22 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
2004-04-22 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||||
|
|
||||||
* src/tgbatest/explicit.test: Reorder bdd variable in output.
|
* src/tgbatest/explicit.test: Reorder bdd variable in output.
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ libspotgspn_la_SOURCES = \
|
||||||
common.cc \
|
common.cc \
|
||||||
gspn.cc
|
gspn.cc
|
||||||
|
|
||||||
check_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
dottygspn-rg \
|
dottygspn-rg \
|
||||||
dottygspn-srg \
|
dottygspn-srg \
|
||||||
ltlgspn-rg \
|
ltlgspn-rg \
|
||||||
|
|
@ -42,7 +42,7 @@ check_PROGRAMS = \
|
||||||
|
|
||||||
if WITH_GSPN_SSP
|
if WITH_GSPN_SSP
|
||||||
gspn_HEADERS += ssp.hh
|
gspn_HEADERS += ssp.hh
|
||||||
check_PROGRAMS += \
|
noinst_PROGRAMS += \
|
||||||
dottygspn-ssp \
|
dottygspn-ssp \
|
||||||
ltlgspn-ssp
|
ltlgspn-ssp
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,10 @@ AM_CPPFLAGS = -I$(srcdir)/.. $(BUDDY_CPPFLAGS)
|
||||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||||
LDADD = ../libspot.la
|
LDADD = ../libspot.la
|
||||||
|
|
||||||
|
# This is the most used test program, and it's also useful
|
||||||
|
# to run manually outside the test suite. Always build it.
|
||||||
|
noinst_PROGRAMS = ltl2tgba
|
||||||
|
|
||||||
check_SCRIPTS = defs
|
check_SCRIPTS = defs
|
||||||
# Keep this sorted alphabetically.
|
# Keep this sorted alphabetically.
|
||||||
check_PROGRAMS = \
|
check_PROGRAMS = \
|
||||||
|
|
@ -30,7 +34,6 @@ check_PROGRAMS = \
|
||||||
explicit \
|
explicit \
|
||||||
expldot \
|
expldot \
|
||||||
explprod \
|
explprod \
|
||||||
ltl2tgba \
|
|
||||||
ltlprod \
|
ltlprod \
|
||||||
mixprod \
|
mixprod \
|
||||||
powerset \
|
powerset \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue