diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-11-06 02:21:08 -0500 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-11-06 02:21:08 -0500 |
commit | 0428c27adf1a145f295ec477d498596ff1a75736 (patch) | |
tree | f59417f85ce1bce1bfcb347d24db786ab2a3acf5 /tests/run-tests.sh | |
parent | 4adc90d9a8e48a5c1841874cae0cb30c3deee6e1 (diff) |
Start work on AST generation
Diffstat (limited to 'tests/run-tests.sh')
-rwxr-xr-x | tests/run-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 6f49335..2443823 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -2,7 +2,7 @@ PARSECMD=../build/parse PARSEFILE=" " parse () { - $PARSECMD -in $PARSEFILE-test.tnsl -out $PARSEFILE-test.tnp + $PARSECMD -in $PARSEFILE-test.tnsl -out $PARSEFILE-test.tnt } PARSEFILE=block |