* 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:
parent
2b68284dba
commit
f22b59bf95
6 changed files with 144 additions and 10 deletions
|
|
@ -34,6 +34,7 @@ dist_noinst_DATA = \
|
|||
models/cl3serv1.pml \
|
||||
models/cl3serv3.pml \
|
||||
models/clserv.ltl \
|
||||
models/eeaean1.pml \
|
||||
models/eeaean2.pml \
|
||||
models/eeaean.ltl \
|
||||
formulae.ltl \
|
||||
|
|
@ -44,6 +45,7 @@ nodist_noinst_DATA = \
|
|||
models/cl3serv1fair.tgba \
|
||||
models/cl3serv3.tgba \
|
||||
models/cl3serv3fair.tgba \
|
||||
models/eeaean1.tgba \
|
||||
models/eeaean2.tgba
|
||||
|
||||
models/cl3serv1.tgba: $(srcdir)/models/cl3serv1.pml
|
||||
|
|
@ -62,6 +64,11 @@ models/cl3serv3fair.tgba: $(srcdir)/models/cl3serv3.pml
|
|||
$(mkdir_p) models
|
||||
$(PML2TGBA) -w $(srcdir)/models/cl3serv3.pml w1 s1 >$@
|
||||
|
||||
models/eeaean1.tgba: $(srcdir)/models/eeaean1.pml
|
||||
$(mkdir_p) models
|
||||
$(PML2TGBA) $(srcdir)/models/eeaean1.pml \
|
||||
noLeader zeroLeads oneLeads twoLeads threeLeads >$@
|
||||
|
||||
models/eeaean2.tgba: $(srcdir)/models/eeaean2.pml
|
||||
$(mkdir_p) models
|
||||
$(PML2TGBA) $(srcdir)/models/eeaean2.pml \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue