Rename src/tests/ltl2tgba as src/tests/ikwiad.
Fixes #23. * src/tests/ltl2tgba.cc: Rename as ... * src/tests/ikwiad.cc: ... this. * src/tests/Makefile.am, src/tests/babiak.test, src/tests/checkta.cc, src/tests/complementation.test, src/tests/cycles.test, src/tests/dbacomp.test, src/tests/degendet.test, src/tests/degenid.test, src/tests/det.test, src/tests/dfs.test, src/tests/dstar.test, src/tests/dupexp.test, src/tests/emptchke.test, src/tests/kv.test, src/tests/ltl2neverclaim-lbtt.test, src/tests/ltl2neverclaim.test, src/tests/ltl2tgba.test, src/tests/ltlcounter.test, src/tests/ltlcross.test, src/tests/neverclaimread.test, src/tests/obligation.test, src/tests/parseaut.test, src/tests/randaut.test, src/tests/randpsl.test, src/tests/renault.test, src/tests/satmin2.test, src/tests/sccsimpl.test, src/tests/sim2.test, src/tests/simdet.test, src/tests/spotlbtt.test, src/tests/wdba.test, src/tests/wdba2.test, bench/emptchk/README, bench/emptchk/defs.in, bench/ltlclasses/run, bench/ltlcounter/run, bench/wdba/run: Adjust.
This commit is contained in:
parent
4d848e988c
commit
17dc2f8654
38 changed files with 154 additions and 154 deletions
|
|
@ -276,4 +276,4 @@ This directory contains:
|
|||
http://spot.lip6.fr/wiki/EmptinessCheckOptions)
|
||||
|
||||
Besides randtgba, two other tools that you might find handy we
|
||||
experimenting are src/bin/randltl and src/tgbatest/ltl2tgba.
|
||||
experimenting are src/bin/randltl and src/tests/ikwiad.
|
||||
|
|
|
|||
|
|
@ -33,6 +33,6 @@ test -f "$srcdir/defs.in" || {
|
|||
}
|
||||
|
||||
RANDTGBA='@top_builddir@/src/tgbatest/randtgba@EXEEXT@'
|
||||
LTL2TGBA='@top_builddir@/src/tgbatest/ltl2tgba@EXEEXT@'
|
||||
LTL2TGBA='@top_builddir@/src/tests/ikwiad@EXEEXT@'
|
||||
FORMULAE=$srcdir/formulae.ltl
|
||||
ALGORITHMS=$srcdir/algorithms
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
gen=../../src/bin/genltl
|
||||
LTL2TGBA=../../src/tgbatest/ltl2tgba
|
||||
LTL2TGBA=../../src/tests/ikwiad
|
||||
|
||||
for F in alpha beta beta-prime phi xi; do
|
||||
echo "# Benching ltl2tgba_fm for family ccj-$F"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
gen=../../src/bin/genltl
|
||||
LTL2TGBA=../../src/tgbatest/ltl2tgba
|
||||
LTL2TGBA=../../src/tests/ikwiad
|
||||
|
||||
echo "# Benching ltl2tgba_fm..."
|
||||
echo "# the following values are also saved to file 'results.fm'"
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ Fr->(p->(!r U (s&!r&!z&X((!r&!z) U t)))) U r
|
|||
G((q&Fr)->(p->(!r U (s&!r&!z&X((!r&!z) U t)))) U r)
|
||||
EOF
|
||||
|
||||
LTL2TGBA=../../src/tgbatest/ltl2tgba
|
||||
LTL2TGBA=../../src/tests/ikwiad
|
||||
|
||||
(
|
||||
line=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue