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