* src/tgbatest/ltl2tgba.test: Test both -l and -f. This should

have been done on 2010-01-30 when the default translation was
changed from -l to -f.
This commit is contained in:
Alexandre Duret-Lutz 2010-11-25 19:59:46 +01:00
parent 0dca4be69d
commit 7627b9673b
2 changed files with 8 additions and 2 deletions

View file

@ -29,7 +29,7 @@ set -e
check ()
{
run 0 ../ltl2tgba "$1"
run 0 ../ltl2tgba -l "$1"
run 0 ../ltl2tgba -f "$1"
run 0 ../ltl2tgba -f -FC "$1"
}