ltlfilt: Fix handling --universal, --eventual, and --stutter-invariant.

* src/bin/ltlfilt.cc: Handle --universal and --eventual.  Match
only LTL formulas with --stutter-invariant.
* src/ltltest/ltlfilt.test: New file.
* src/ltltest/Makefile.am (TESTS): Add it.
* NEWS: Mention these bug fixes.
This commit is contained in:
Alexandre Duret-Lutz 2013-05-10 21:21:48 +02:00
parent eed7e2df8f
commit 2cab8197e5
4 changed files with 149 additions and 1 deletions

View file

@ -94,6 +94,7 @@ TESTS = \
consterm.test \
kind.test \
remove_x.test \
ltlfilt.test \
lbt.test \
lenient.test \
isop.test \