Cross Reference:
xref
: /
hets
/
GMP
/
examples
/
scripts
/
checkC.sh
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
checkC.sh revision a237b30135e86e8df89659d7b0442e4df305d03d
#!/
bin
/
sh
#testing Coalition Logic formulae
for
i
in
../
coalition
/*
do
echo
"~~~~~~processing $i"
./
gnutime
-f
"Running Time (real): %e"
timeout
600
../../
main
3
$i
done