3 # something like this...
5 if ! test -f
${i%.hs}.output
; then
6 echo "test('${i%.hs}', normal, compile, [''])"
7 else if grep error
${i%.hs}.output
>/dev
/null
; then
8 echo "test('${i%.hs}', normal, compile_fail, [''])"
10 echo "test('${i%.hs}', normal, compile, [''])"