Idris2/tests/base/system_time001/run

16 lines
540 B
Plaintext
Raw Normal View History

2023-08-29 13:47:42 +03:00
. ../../testutils.sh
# @time@ uses a primitive function with definitions for both
# C (supported by most backends) and Javascript (Node & Browsers).
2023-08-29 19:02:01 +03:00
run --cg chez Time.idr
run --cg node Time.idr
# 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
2023-08-29 19:02:01 +03:00
# run --cg racket ReadFilePage.idr
# REFC doesn't support :exec yet
2023-08-29 19:02:01 +03:00
# run --cg refc ReadFilePage.idr
# GAMBIT hung seemingly indefinitely
2023-08-29 19:02:01 +03:00
# run --cg gambit ReadFilePage.idr