* src/ltltest/Makefile.am (EXTRA_DIST): Distribute formulae.txt.
* src/ltltest/formulae.txt: New files (2200 LTL formulea generated by Wring). * src/ltltest/formules.ltl: Delete. * src/reduc.test: Read formulae.txt.
This commit is contained in:
parent
57fa1c8b5f
commit
a37bac0133
5 changed files with 2211 additions and 2177 deletions
|
|
@ -26,16 +26,14 @@
|
|||
|
||||
set -e
|
||||
|
||||
FICH=${1-$srcdir/formules.ltl}
|
||||
FICH=${1-$srcdir/formulae.txt}
|
||||
|
||||
for opt in 0 1 2 3; do
|
||||
rm -f result.data
|
||||
|
||||
cat $FICH |
|
||||
while read f; do
|
||||
if [ -n "$f" ] && [ "$f" != "####" ]; then
|
||||
./reduc $opt "$f" >> result.data
|
||||
fi
|
||||
./reduc $opt "$f" >> result.data
|
||||
done
|
||||
|
||||
test $? == 0 || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue