* iface/gspn/udcsltl.test, iface/gspn/udcseltl.test: New files
* iface/gspn/Makefile.am (TESTS): Add them. (XFAIL_TESTS): Add udcseltl.test. * iface/gspn/example/udcs/udcs.net, iface/gspn/example/udcs/udcs.def iface/gspn/example/udcs/udcs.tobs: New files. * iface/gspn/Makefile.am (EXTRA_DIST): Add them.
This commit is contained in:
parent
9b2d0ec258
commit
cc0efd8904
7 changed files with 171 additions and 1 deletions
12
iface/gspn/udcseltl.test
Executable file
12
iface/gspn/udcseltl.test
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#! /bin/sh
|
||||
|
||||
. ./defs || exit 1
|
||||
|
||||
set -e
|
||||
|
||||
cp -R $srcdir/examples/udcs .
|
||||
chmod +w udcs
|
||||
|
||||
# F(ReP1 => F(gsP1)) is false
|
||||
../eltlgspn-srg udcs/udcs 'F(ReP1 => F(gsP1))' ReP1 gsP1 > output \
|
||||
|| test $? = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue