* src/tgbatest/neverclaimread.test: Check that Spot can read the
neverclaims it outputs.
This commit is contained in:
parent
a6677c2984
commit
b1dbfed17f
2 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2010-11-06 Alexandre Duret-Lutz <adl@gnu.org>
|
||||
|
||||
* src/tgbatest/neverclaimread.test: Check that Spot can read the
|
||||
neverclaims it outputs.
|
||||
|
||||
2010-11-06 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Do not output a counterexample by default in ltl2tgba, introduce
|
||||
|
|
|
|||
|
|
@ -95,9 +95,6 @@ EOF
|
|||
grep input: stderr >> stderrfilt
|
||||
diff stderrfilt expected
|
||||
|
||||
# Skip the rest of this test if neither Spin nor ltl2ba are installed.
|
||||
test -n "$SPIN$LTL2BA" || exit
|
||||
|
||||
cat >formulae<<EOF
|
||||
a
|
||||
<>[] a
|
||||
|
|
@ -116,4 +113,6 @@ do
|
|||
$LTL2BA -f "$f" > f.ltl2ba
|
||||
run 0 ../ltl2tgba -E -Pf.tgba -XN f.ltl2ba
|
||||
fi
|
||||
run 0 ../ltl2tgba -DS -NN -f "$f" > f.spot
|
||||
run 0 ../ltl2tgba -E -Pf.tgba -XN f.spot
|
||||
done <formulae
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue