Idris-dev/test/proof002/run
Niklas Larsson b0e8b1258b make the tests respect the IDRIS env variable
Simplify the sandbox lookup and only run it once.

Only run the test script once for 'make test' instead of using the
makefile to iterate.
2016-01-22 06:57:04 +01:00

5 lines
169 B
Bash
Executable File

#!/usr/bin/env bash
${IDRIS:-idris} --consolewidth 80 $@ test030.idr --check --nocolour
${IDRIS:-idris} --consolewidth 80 $@ test030a.idr --check --nocolour
rm -f *.ibc