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

2
NEWS
View file

@ -33,7 +33,7 @@ New in spot 0.9.2a:
- ltl2tgta: Translate LTL/PSL formulas into Testing Automata.
- ltlcheck: Compare the output of translators from LTL/PSL to
- ltlcross: Compare the output of translators from LTL/PSL to
Büchi automata, to find bug or for benchmarking. This
is essentially a Spot-based reimplementation of LBTT
that supports PSL in addition to LTL, and that can