mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
14 lines
390 B
Plaintext
Executable File
14 lines
390 B
Plaintext
Executable File
. ../../testutils.sh
|
|
|
|
# observe that errors are correctly reported as zero.
|
|
run TermSize.idr </dev/null
|
|
|
|
# The following should report True True, but the ci scripts don't
|
|
# provide a terminal
|
|
# run TermSize.idr
|
|
|
|
# The following should also report True True if the output is a terminal,
|
|
# but the testing framework redirects output.
|
|
|
|
# run tests/allschemes/scheme002/TermSize.idr </dev/null
|