summaryrefslogtreecommitdiff
path: root/tests/run-tests.sh
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-11-06 02:21:08 -0500
committerKyle Gunger <corechg@gmail.com>2020-11-06 02:21:08 -0500
commit0428c27adf1a145f295ec477d498596ff1a75736 (patch)
treef59417f85ce1bce1bfcb347d24db786ab2a3acf5 /tests/run-tests.sh
parent4adc90d9a8e48a5c1841874cae0cb30c3deee6e1 (diff)
Start work on AST generation
Diffstat (limited to 'tests/run-tests.sh')
-rwxr-xr-xtests/run-tests.sh2
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