mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-11 03:34:13 +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.
6 lines
168 B
Bash
Executable File
6 lines
168 B
Bash
Executable File
#!/usr/bin/env bash
|
|
### Test: IPKG executable names can be any namespaced identifier.
|
|
${IDRIS:-idris} $@ --build test.ipkg
|
|
rm -f *.ibc
|
|
rm -f some.namespaced.identifier
|