rename ltlcheck as ltlcross

* src/bin/ltlcheck.cc, src/bin/man/ltlcheck.x,
src/tgbatest/ltlcheck.test, src/tgbatest/ltlcheck2.test: Rename as ...
* src/bin/ltlcross.cc, src/bin/man/ltlcross.x,
src/tgbatest/ltlcross.test, src/tgbatest/ltlcross2.test: ... these.
* NEWS, src/bin/Makefile.am, src/bin/man/Makefile.am,
src/tgbatest/Makefile.am: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2012-10-21 13:23:02 +02:00
parent fa4e6effa6
commit f3ef9de0be
8 changed files with 21 additions and 20 deletions

View file

@ -107,9 +107,9 @@ TESTS = \
emptchkr.test \
ltlcounter.test \
spotlbtt.test \
ltlcheck.test \
ltlcross.test \
spotlbtt2.test \
ltlcheck2.test \
ltlcross2.test \
complementation.test \
randpsl.test \
cycles.test

View file

@ -23,7 +23,7 @@
ltl2tgba=../ltl2tgba
../../bin/randltl -n 100 p1 p2 p3 p4 p5 p6 --tree-size 5..15 |
../../bin/ltlcheck \
../../bin/ltlcross \
"$ltl2tgba -t -l %f > %T" \
"$ltl2tgba -t -l -R3b -r4 %f > %T" \
"$ltl2tgba -t -f %f > %T" \

View file

@ -23,7 +23,7 @@
ltl2tgba=../../bin/ltl2tgba
../../bin/randltl -P -n 100 p1 p2 p3 p4 p5 p6 --tree-size 5..15 |
../../bin/ltlcheck \
../../bin/ltlcross \
"$ltl2tgba --lbtt --any --small %f > %T" \
"$ltl2tgba --lbtt --any --medium %f > %T" \
"$ltl2tgba --lbtt --any --high %f > %T" \