Idris2/tests/allschemes/scheme002/run
2023-09-07 14:57:22 +01:00

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