Idris2/tests/node/nomangle001/run

8 lines
303 B
Plaintext
Raw Normal View History

rm -rf build
$1 nomangle.idr --no-color --no-banner --console-width 0 -o test1 --cg node
$1 nomangle.idr --no-color --no-banner --console-width 0 -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