mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
12 lines
252 B
Plaintext
Executable File
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
|