mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-03 00:36:37 +03:00
16 lines
771 B
Plaintext
Executable File
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
|