Idris2/tests/node/nomangle001/run
2023-09-07 14:57:22 +01:00

8 lines
237 B
Plaintext

. ../../testutils.sh
idris2 nomangle.idr -o test1 --cg node
idris2 nomangle.idr -o test2 --cg node --directive minimal
cat build/exec/test1 | grep -e foo -e baz -e another_name
cat build/exec/test2 | grep -e foo -e baz -e another_name