Idris2/tests/base/system_system/run

12 lines
265 B
Plaintext
Raw Normal View History

2023-08-29 13:47:42 +03:00
. ../../testutils.sh
# @system@ uses primitive functions with definitions for both
# C (supported by most backends) and Node.
2023-08-29 13:47:42 +03:00
idris2 --cg chez -o test Test.idr
./build/exec/test
2021-06-30 02:12:10 +03:00
2023-08-29 13:47:42 +03:00
. ../../testutils.sh
2023-08-29 13:47:42 +03:00
idris2 --cg node -o test.js Test.idr
node ./build/exec/test.js