Idris2/tests/idris2/import001/run

11 lines
298 B
Plaintext
Raw Normal View History

rm -rf build
$1 --no-color --console-width 0 --no-banner --no-prelude Test.idr < input
sleep 1
touch Mult.idr
$1 --no-color --console-width 0 --no-banner --no-prelude Test.idr < input
sleep 1
touch Mult.idr
$1 --no-color --console-width 0 --no-banner --no-prelude -Xcheck-hashes Test.idr < input