mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
24 lines
540 B
Plaintext
24 lines
540 B
Plaintext
|
rm -rf build
|
||
|
|
||
|
$1 --no-color --console-width 0 --no-banner FromTTImp.idr << EOF
|
||
|
:printdef natExprMacroTest
|
||
|
:printdef natExprPrecedenceTest
|
||
|
:printdef natExprScriptTest
|
||
|
natExprFunctionTest
|
||
|
:q
|
||
|
EOF
|
||
|
|
||
|
$1 --no-color --console-width 0 --no-banner FromName.idr << EOF
|
||
|
:printdef myNameMacroTest
|
||
|
:printdef myNameScriptTest
|
||
|
myNameFunctionTest
|
||
|
:q
|
||
|
EOF
|
||
|
|
||
|
$1 --no-color --console-width 0 --no-banner FromDecls.idr << EOF
|
||
|
:printdef natDeclsMacroTest
|
||
|
:printdef natDeclsScriptTest
|
||
|
natDeclsFunctionTest
|
||
|
:q
|
||
|
EOF
|