Idris2/tests/base/system_file001/run
2021-02-18 11:13:25 +00:00

16 lines
771 B
Plaintext
Executable File

# @readFilePage@ uses primitive functions with definitions for both
# C (supported by most backends) and Node.
$1 --cg chez --no-color --console-width 0 --no-banner ReadFilePage.idr < input
$1 --cg node --no-color --console-width 0 --no-banner ReadFilePage.idr < input
# The following backends failed for reasons unrelated to this test. They can be
# uncommented at a future date.
# RACKET failed to find the builtin idris support library
# $1 --cg racket --no-color --console-width 0 --no-banner ReadFilePage.idr < input
# REFC doesn't support :exec yet
# $1 --cg refc --no-color --console-width 0 --no-banner ReadFilePage.idr < input
# GAMBIT hung seemingly indefinitely
# $1 --cg gambit --no-color --console-width 0 --no-banner ReadFilePage.idr < input
rm -rf build