mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 10:41:59 +03:00
8 lines
303 B
Plaintext
8 lines
303 B
Plaintext
|
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
|