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