Idris2/tests/allschemes/scheme002/run

14 lines
390 B
Plaintext
Raw Normal View History

2023-08-29 13:47:42 +03:00
. ../../testutils.sh
# observe that errors are correctly reported as zero.
2023-08-29 13:47:42 +03:00
run TermSize.idr </dev/null
# The following should report True True, but the ci scripts don't
# provide a terminal
2023-08-29 13:47:42 +03:00
# run TermSize.idr
# The following should also report True True if the output is a terminal,
# but the testing framework redirects output.
2023-08-29 13:47:42 +03:00
# run tests/allschemes/scheme002/TermSize.idr </dev/null