Cross Reference: checkK.sh
xref
: /
hets
/
GMP
/
tests
/
scripts
/
checkK.sh
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
checkK.sh revision 027d68858fd4bbb565ca2aa7ce026dc60c8cf881
#!/
bin
/
sh
# testing K modal logic formulae
for
i
in
../
k_and_kd
/*
do
echo
"~~~~~~processing $i"
./
gnutime
-f
"Running Time (real): %e"
./
timeout
600
../../
main
1
-p $i
done