* src/ltltest/randltl.cc: Add options -r and -u.
* src/ltltest/reduc.test: Use randltl -u, and run it through valgrind.
This commit is contained in:
parent
e366b081a8
commit
174b531f82
3 changed files with 84 additions and 9 deletions
|
|
@ -29,8 +29,8 @@ set -e
|
|||
FILE=formulae
|
||||
: > $FILE
|
||||
for i in 10 11 12 13 14 15 16 17 18 19 20; do
|
||||
./randltl -s 0 -f $i a b c -F 100 >> $FILE
|
||||
./randltl -s 100 -f $i a b c d e f -F 100 >> $FILE
|
||||
run 0 ./randltl -u -s 0 -f $i a b c -F 100 >> $FILE
|
||||
run 0 ./randltl -u -s 100 -f $i a b c d e f -F 100 >> $FILE
|
||||
done
|
||||
|
||||
for opt in 0 1 2 3; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue