* iface/gspn/dcswaveltl.test: Check for a false formula too.
This commit is contained in:
parent
7ffd3e6ecc
commit
e73bea344a
2 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2003-07-30 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
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/dcswaveltl.test, iface/gspn/ltlgspn.cc: New files.
|
||||||
* iface/gspn/Makefile.am (TESTS): Add dcswaveltl.test.
|
* iface/gspn/Makefile.am (TESTS): Add dcswaveltl.test.
|
||||||
(ltlgspn_rg_LDADD, ltlgspn_srg_LDADD, ltlgspn_rg_SOURCES)
|
(ltlgspn_rg_LDADD, ltlgspn_srg_LDADD, ltlgspn_rg_SOURCES)
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,9 @@ set -e
|
||||||
|
|
||||||
cp -R $srcdir/examples/DCSwave .
|
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
|
../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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue