Idris2/tests/idris2/misc/import001/run

12 lines
252 B
Plaintext
Raw Normal View History

2023-09-01 13:10:49 +03:00
. ../../../testutils.sh
2023-08-29 13:47:42 +03:00
idris2 --no-prelude Test.idr < input
sleep 1
touch Mult.idr
2023-08-29 13:47:42 +03:00
idris2 --no-prelude Test.idr < input
# Disabled until we have a portable way to do this
#sleep 1
#touch Mult.idr
2023-08-29 13:47:42 +03:00
#idris2 --no-prelude -Xcheck-hashes Test.idr < input