idris-1.3.3: test/st002/run.sh
#!/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