* bench/emptchk/models/eeaean1.pml: New file, from schwoon.05.tacas.

* bench/emptchk/Makefile.am: Distribute models/eeaean1.pml
and build models/eeaean1.tgba.
* bench/emptchk/pml-eeaean.sh: Check models/eeaean1.pml.
* bench/emptchk/README: Adjust.
* bench/emptchk/defs.in (RANDTGBA, LTL2TGBA): These tools are in
the build tree, not the source tree...
This commit is contained in:
Alexandre Duret-Lutz 2005-02-02 12:58:08 +00:00
parent 2b68284dba
commit f22b59bf95
6 changed files with 144 additions and 10 deletions

View file

@ -34,6 +34,6 @@ test -f "$srcdir/defs.in" || {
exit 1
}
RANDTGBA='@top_srcdir@/src/tgbatest/randtgba@EXEEXT@'
LTL2TGBA='@top_srcdir@/src/tgbatest/ltl2tgba@EXEEXT@'
RANDTGBA='@top_builddir@/src/tgbatest/randtgba@EXEEXT@'
LTL2TGBA='@top_builddir@/src/tgbatest/ltl2tgba@EXEEXT@'
FORMULAE=$srcdir/formulae.ltl