spot/iface/gspn/dcswaveeltl.test
Alexandre Duret-Lutz c9d438aef4 * iface/gspn/dcswaveeltl.test, iface/gspn/udcsefm.test,
iface/gspn/udcseltl.test: Exercize -e2.
2004-01-09 17:33:23 +00:00

15 lines
563 B
Bash
Executable file

#! /bin/sh
. ./defs || exit 1
cp -R $srcdir/examples/DCSwave .
chmod +w DCSwave
# G(ATTiIDLj => F(!SCj U SCi)) is true
../ltlgspn-srg -c -l -e DCSwave/DCSWave '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj > output || exit 1
../ltlgspn-srg -c -f -e2 DCSwave/DCSWave '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj > output || exit 1
# G(F(!SCj U SCi)) is false
../ltlgspn-srg -c -l -e DCSwave/DCSWave '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj >output
../ltlgspn-srg -c -f -e2 DCSwave/DCSWave '!G(F(!SCj U SCi))' ATTiIDLj SCi SCj >output
test $? = 1 || exit 1