Idris2/tests/idris2/import001/run

13 lines
353 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
# Disabled until we have a portable way to do this
#sleep 1
#touch Mult.idr
#$1 --no-color --console-width 0 --no-banner --no-prelude -Xcheck-hashes Test.idr < input