bench/ltl2tgba: Adjust to support different config files.

* bench/ltl2tgba/algorithms: Rename as...
* bench/ltl2tgba/tools: ... this.
* bench/ltl2tgba/README, bench/ltl2tgba/Makefile.am,
bench/ltl2tgba/defs.in, bench/ltl2tgba/big, bench/ltl2tgba/small,
bench/ltl2tgba/known: Adjust.
* bench/ltl2tgba/tools.sim: New file, extracted from ./algorithms.
This commit is contained in:
Alexandre Duret-Lutz 2013-04-12 18:17:14 +02:00
parent c2e96387e4
commit 212cb835fc
9 changed files with 114 additions and 64 deletions

View file

@ -46,3 +46,5 @@ LTL2TGBA="@top_builddir@/src/bin/ltl2tgba@EXEEXT@"
MODELLA="@MODELLA@"
SPIN="@SPIN@"
WRING2LBTT="@WRING2LBTT@"
. ${TOOLS-$srcdir/tools}