Idris-dev/test/totality001/run
David Raymond Christiansen cd8a233855 Don't try to compile a test that doesn't have main
Instead, just --check it.
2014-05-06 19:55:20 +02:00

7 lines
122 B
Bash
Executable File

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