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