summaryrefslogtreecommitdiff
path: root/tests/run-tests.sh
diff options
context:
space:
mode:
authorKyle Gunger <corechg@gmail.com>2020-09-20 18:18:26 -0400
committerKyle Gunger <corechg@gmail.com>2020-09-20 18:18:26 -0400
commit4adc90d9a8e48a5c1841874cae0cb30c3deee6e1 (patch)
tree4025660d2f9cf825a3b6bf080c590f02405657bf /tests/run-tests.sh
parent99a037c68522a9ff74449a6aa41c546d85d1bc15 (diff)
Basic updates
- Move preprocessor to it's own file - Begin working on new delimiters - Begin working on blocks in the tree
Diffstat (limited to 'tests/run-tests.sh')
-rwxr-xr-xtests/run-tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh
index 0bc57b0..6f49335 100755
--- a/tests/run-tests.sh
+++ b/tests/run-tests.sh
@@ -12,4 +12,7 @@ PARSEFILE=comment
parse
PARSEFILE=literal
+parse
+
+PARSEFILE=parameter
parse \ No newline at end of file