* iface/gspn/udcsfm.test, iface/gspn/udcsefm.test: New files.
* iface/gspn/Makefile.am (TESTS) Add them. (check_PROGRAMS): Add emgspn-srg. (efmgspn_srg_SOURCES, efmgspn_srg_LDADD, efmgspn_srg_CPPFLAGS): New variables. * iface/gspn/udcsltl.test, iface/gspn/udcseltl.test: Complete.
This commit is contained in:
parent
d06e09b951
commit
9828bf9800
7 changed files with 185 additions and 279 deletions
17
iface/gspn/udcsefm.test
Executable file
17
iface/gspn/udcsefm.test
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
#! /bin/sh
|
||||
|
||||
. ./defs || exit 1
|
||||
|
||||
cp -R $srcdir/examples/udcs .
|
||||
chmod +w udcs
|
||||
|
||||
# F(ReP1 => F(gsP1)) is false
|
||||
../efmgspn-srg udcs/udcs 'F(ReP1 => F(gsP1))' ReP1 gsP1 > output
|
||||
test $? = 1 || exit 1
|
||||
|
||||
# !F(ReP1 => F(gsP1)) is true
|
||||
../efmgspn-srg udcs/udcs '!F(ReP1 => F(gsP1))' ReP1 gsP1 > output || exit 1
|
||||
|
||||
# !G(ReP1 => F(gsP1)) is false
|
||||
../efmgspn-srg udcs/udcs '!G(ReP1 => F(gsP1))' ReP1 gsP1 > output
|
||||
test $? = 1 || exit 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue