Cross Reference:
xref
: /
hets
/
GMP
/
test
/
scripts
/
checkK.sh
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
checkK.sh revision 8097f4aa8c4e8d1445d2ebce2e2614655809ade1
#!/
bin
/
sh
# testing K modal logic formulae
for
i
in
../
kTests
/*.k
do
echo
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~processing K f from $i"
../../
main
1
$i
done