Don't try to compile a test that doesn't have main

Instead, just --check it.
This commit is contained in:
David Raymond Christiansen 2014-05-06 19:55:20 +02:00
parent 0cdef7fc1f
commit cd8a233855

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
idris $@ test010.idr -o test010
idris $@ test010a.idr -o test010
idris $@ test010b.idr -o test010
idris $@ --check test010.idr
idris $@ --check test010a.idr
idris $@ --check test010b.idr
rm -f *.ibc