Idris2/tests/base/system_file_remove/run
2022-04-07 10:09:30 +01:00

12 lines
247 B
Plaintext
Executable File

rm -rf build
# @removeFile@ uses primitive functions with definitions for both
# C (supported by most backends) and Node.
$1 --cg chez -o test Test.idr
./build/exec/test
rm -rf ./build
$1 --cg node -o test.js Test.idr
node ./build/exec/test.js