should fix cmp expression for floats but i should have a look again
[ozulis.git] / check_expr.sh
blobf47bbe3011d7d7f2c3e33b45a77aa6d42249c844
1 #! /bin/sh
3 for i in tests/lang/mugiwara/input/expr/*.mgw
4 do
5 echo $i
6 if ! ./ozulis $i ; then
7 cat -n ${i/mgw/ll}
8 cat $i
9 #break
11 rm -f ${i/mgw/ll} ${i/mgw/bc} ${i/.mgw/}
12 done 2>&1 | less -R