* iface/gspn/dcswaveltl.test: Check for a false formula too.

This commit is contained in:
Alexandre Duret-Lutz 2003-07-30 12:54:33 +00:00
parent 7ffd3e6ecc
commit e73bea344a
2 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2003-07-30 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* iface/gspn/dcswaveltl.test: Check for a false formula too.
* iface/gspn/dcswaveltl.test, iface/gspn/ltlgspn.cc: New files.
* iface/gspn/Makefile.am (TESTS): Add dcswaveltl.test.
(ltlgspn_rg_LDADD, ltlgspn_srg_LDADD, ltlgspn_rg_SOURCES)

View file

@ -6,4 +6,9 @@ set -e
cp -R $srcdir/examples/DCSwave .
# G(ATTiIDLj => F(!SCj U SCi)) is true
../ltlgspn-srg DCSwave/DCSWave '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj > output
# G(F(!SCj U SCi)) is false
../ltlgspn-srg DCSwave/DCSWave '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj > output \
|| test $? = 1