Idris2/tests/idris2/reflection/reflection020/run
2023-09-07 14:57:22 +01:00

24 lines
440 B
Plaintext

. ../../../testutils.sh
idris2 FromTTImp.idr << EOF
:printdef natExprMacroTest
:printdef natExprPrecedenceTest
:printdef natExprScriptTest
natExprFunctionTest
:q
EOF
idris2 FromName.idr << EOF
:printdef myNameMacroTest
:printdef myNameScriptTest
myNameFunctionTest
:q
EOF
idris2 FromDecls.idr << EOF
:printdef natDeclsMacroTest
:printdef natDeclsScriptTest
natDeclsFunctionTest
:q
EOF