spot/src/tgbatest
Alexandre Duret-Lutz b23296cf61 Allow lbtt not to be built, and skip relevant tests.
* m4/lbtt.m4: Turn the missing lbtt error into a warning,
and do not configure lbtt wen --without-included-lbtt is specified.
* bench/ltl2tgba/defs.in: Abort if lbtt is missing.
* src/tgbatest/defs.in (need_lbtt): New function to skip
tests that require lbtt.
* src/tgbatest/babiak.test, src/tgbatest/ltl2neverclaim.test,
src/tgbatest/spotlbtt.test: Call need_lbtt.
2012-09-25 19:55:06 +02:00
..
.cvsignore more files to ignore 2004-06-22 22:58:09 +00:00
.gitignore more files to ignore 2011-04-10 22:14:12 +02:00
babiak.test Allow lbtt not to be built, and skip relevant tests. 2012-09-25 19:55:06 +02:00
bddprod.test Fix copyrights. 2010-01-24 20:51:09 +01:00
complementation.cc Use 'const formula*' instead of 'formula*' everywhere. 2012-05-02 09:28:16 +02:00
complementation.test Safra: Fix usage of multiple acceptance conditions and fix text output. 2011-10-23 23:06:59 +02:00
cycles.test Fix failures detected on MacOS X with g++ 4.0. 2012-09-22 13:06:10 +02:00
defs.in Allow lbtt not to be built, and skip relevant tests. 2012-09-25 19:55:06 +02:00
degendet.test Fix a nondeterministic behavior of the degeneralization algorithm. 2011-08-17 16:24:38 +02:00
degenid.test Make sure the degeneralization is idempotent (up to renaming of 2011-08-25 18:42:00 +02:00
dfs.test Do not output a counterexample by default in ltl2tgba, introduce 2010-11-06 15:38:00 +01:00
dupexp.test Fix copyrights. 2010-01-24 20:51:09 +01:00
eltl2tgba.test Do not output a counterexample by default in ltl2tgba, introduce 2010-11-06 15:38:00 +01:00
emptchk.test Fix trivial identity (0 => Exp) == 1, and add rewritings for =>. 2012-04-28 09:30:35 +02:00
emptchke.test Do not output a counterexample by default in ltl2tgba, introduce 2010-11-06 15:38:00 +01:00
emptchkr.test Fix a memory leak in Cou99 statistics. 2010-01-21 12:00:04 +01:00
explicit.cc Revamp tgbaexplicit.hh 2012-04-12 17:39:48 +02:00
explicit.test Fix copyrights. 2010-01-24 20:51:09 +01:00
explicit2.cc tgbaexplicit: execute the test 2012-04-13 08:43:58 +02:00
explicit2.test tgbaexplicit: execute the test 2012-04-13 08:43:58 +02:00
explpro2.test Use Automake 1.11's parallel-tests feature. 2009-09-02 10:41:19 +02:00
explpro3.test Fix copyrights. 2010-01-24 20:51:09 +01:00
explpro4.test Fix copyrights. 2010-01-24 20:51:09 +01:00
explprod.cc Revamp tgbaexplicit.hh 2012-04-12 17:39:48 +02:00
explprod.test Fix copyrights. 2010-01-24 20:51:09 +01:00
intvcmp2.cc Fix a segfault reported by Etienne Renault using dve2check. 2012-01-24 19:09:07 +01:00
intvcomp.cc Fix compression of large repetitions 2011-04-13 11:33:40 +02:00
intvcomp.test Implement a new compression inspired from simple-9. 2011-05-02 14:46:18 +02:00
kv.test This should finally fix kv.test and dotty.test on the LIP6 buildfarm. 2011-02-10 12:34:39 +01:00
ltl2neverclaim.test Allow lbtt not to be built, and skip relevant tests. 2012-09-25 19:55:06 +02:00
ltl2ta.test Don't use -Rm for two different things. 2012-08-21 14:21:30 +02:00
ltl2tgba.cc Don't pass the automaton to enumerate_cycle and is_weak_scc. 2012-09-21 15:12:16 +02:00
ltl2tgba.test FM: Translate X(a&b) as if it were X(a)&X(b). 2012-06-18 18:25:07 +02:00
ltlcounter.test Kill src/ltltest/genltl now that src/bin/genltl does everything it did. 2012-09-07 18:00:36 +02:00
ltlprod.cc Use 'const formula*' instead of 'formula*' everywhere. 2012-05-02 09:28:16 +02:00
ltlprod.test Fix copyrights. 2010-01-24 20:51:09 +01:00
Makefile.am Implement Loizou & Thanisch's algorithm for enumerating cycles. 2012-09-20 18:05:14 +02:00
mixprod.cc Use 'const formula*' instead of 'formula*' everywhere. 2012-05-02 09:28:16 +02:00
mixprod.test Fix copyrights. 2010-01-24 20:51:09 +01:00
neverclaimread.test ltl2tgba: Set assume_sba for automata read from a neverclaim. 2012-05-20 21:00:40 +02:00
obligation.test Report formulas that are both safety and guarantee. 2011-01-27 21:41:04 +01:00
powerset.cc Revamp tgbaexplicit.hh 2012-04-12 17:39:48 +02:00
randpsl.test Kill src/ltltest/randltl and replace it by src/bin/randltl. 2012-09-07 18:00:36 +02:00
randtgba.cc Use 'const formula*' instead of 'formula*' everywhere. 2012-05-02 09:28:16 +02:00
randtgba.test Fix random_graph() not to generate dead states. 2010-02-23 17:20:59 +01:00
readsave.test Remove `readsave' and fix line numbers in tgbaparse error messages. 2010-11-06 14:14:18 +01:00
scc.test Replace prune_scc() by scc_filter(). 2009-11-18 18:22:45 +01:00
sccsimpl.test Improve SCC simplification by removing implied acceptance conditions. 2011-08-28 10:37:42 +02:00
spotlbtt.test Allow lbtt not to be built, and skip relevant tests. 2012-09-25 19:55:06 +02:00
spotlbtt2.test bin/ltl2tgba: New user binary. 2012-09-12 18:53:16 +02:00
taatgba.cc Fix copyrights. 2010-01-24 20:51:09 +01:00
taatgba.test Check for missing Copyright blurbs, and add them. 2010-01-30 16:32:13 +01:00
tgbaread.cc Revamp tgbaexplicit.hh 2012-04-12 17:39:48 +02:00
tgbaread.test Fix copyrights. 2010-01-24 20:51:09 +01:00
tripprod.cc Revamp tgbaexplicit.hh 2012-04-12 17:39:48 +02:00
tripprod.test Fix copyrights. 2010-01-24 20:51:09 +01:00
wdba.test Speed up wdba.test, it was too slow for our buildfarm. 2011-01-05 08:02:38 +01:00
wdba2.test * src/tgbatest/wdba2.test: Adjust to yesterday's change to -kt. 2012-09-12 18:53:16 +02:00