mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-10 15:16:54 +03:00
b0e8b1258b
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.
4 lines
71 B
Bash
Executable File
4 lines
71 B
Bash
Executable File
#!/usr/bin/env bash
|
|
${IDRIS:-idris} $@ Capture.idr --check
|
|
rm -f *.ibc
|