Idris2/tests/idris2/misc/import001/run
2023-09-07 14:57:22 +01:00

12 lines
252 B
Plaintext
Executable File

. ../../../testutils.sh
idris2 --no-prelude Test.idr < input
sleep 1
touch Mult.idr
idris2 --no-prelude Test.idr < input
# Disabled until we have a portable way to do this
#sleep 1
#touch Mult.idr
#idris2 --no-prelude -Xcheck-hashes Test.idr < input