* iface/gspn/Makefile.am (check_PROGRAMS): Add eltlgspn-srg.
(eltlgspn_srg_SOURCES, eltlgspn_srg_LDADD, eltlgspn_srg_CPPFLAGS): New variables. (TESTS): Add dcswaveeltl.test. * iface/gspn/dcswaveeltl.test: New file. * iface/gspn/ltlgspn.cc [CEC]: Use emptiness_check.
This commit is contained in:
parent
e5641f5b69
commit
9b2d0ec258
4 changed files with 46 additions and 3 deletions
15
iface/gspn/dcswaveeltl.test
Executable file
15
iface/gspn/dcswaveeltl.test
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#! /bin/sh
|
||||
|
||||
. ./defs || exit 1
|
||||
|
||||
set -e
|
||||
|
||||
cp -R $srcdir/examples/DCSwave .
|
||||
chmod +w DCSwave
|
||||
|
||||
# G(ATTiIDLj => F(!SCj U SCi)) is true
|
||||
../eltlgspn-srg DCSwave/DCSWave '!G(ATTiIDLj => F(!SCj U SCi))' ATTiIDLj SCi SCj > output
|
||||
|
||||
# G(F(!SCj U SCi)) is false
|
||||
../eltlgspn-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