idris-1.2.0: test/st004/run
#!/usr/bin/env bash
${IDRIS:-idris} $@ -p contrib test004.idr -o test004
echo "# test004:"
./test004
rm -f test004 *.ibc
#!/usr/bin/env bash
${IDRIS:-idris} $@ -p contrib test004.idr -o test004
echo "# test004:"
./test004
rm -f test004 *.ibc