mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
12 lines
265 B
Plaintext
Executable File
12 lines
265 B
Plaintext
Executable File
. ../../testutils.sh
|
|
|
|
# @system@ uses primitive functions with definitions for both
|
|
# C (supported by most backends) and Node.
|
|
idris2 --cg chez -o test Test.idr
|
|
./build/exec/test
|
|
|
|
. ../../testutils.sh
|
|
|
|
idris2 --cg node -o test.js Test.idr
|
|
node ./build/exec/test.js
|