Skip to content
Snippets Groups Projects
Commit baef4609 authored by Armin Biere's avatar Armin Biere
Browse files

running

parent 80c42f07
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
kissat --range > options || exit 1
i=0
trap "killall runcnfuzz" 2 10 15
CNFUZZOPTIONS=options
export CNFUZZOPTIONS
while [ $i -lt 12 ]
do
runcnfuzz -i ../build/kissat --time=3 &
i=`expr $i + 1`
done
wait
##!/bin/sh
kitten=`kitten $1|grep '^s'`
kissat=`kissat $1|grep '^s'`
echo "kitten $kitten"
echo "kissat $kissat"
[ "$kitten" = "$kissat" ] && exit 20
exit 1
tty /dev/pts/2
file tissat
b execute_command
b tissat_error
run
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment