mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
10 lines
242 B
Plaintext
10 lines
242 B
Plaintext
. ../../testutils.sh
|
|
|
|
idris2 --cg node -o node_executable TestExecutable.idr > /dev/null
|
|
|
|
# node still executes it
|
|
node ./build/exec/node_executable
|
|
|
|
# can be executed on its own due to shebang and executable bit
|
|
./build/exec/node_executable
|