aboutsummaryrefslogtreecommitdiff
path: root/test/qsp_parser_test.ml
diff options
context:
space:
mode:
Diffstat (limited to 'test/qsp_parser_test.ml')
-rw-r--r--test/qsp_parser_test.ml7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/qsp_parser_test.ml b/test/qsp_parser_test.ml
index 7fd5b52..a86df13 100644
--- a/test/qsp_parser_test.ml
+++ b/test/qsp_parser_test.ml
@@ -1,5 +1,10 @@
let () =
Alcotest.run "qsp_parser"
[
- Syntax.test; Literals.test; Syntax_error.test; Type_of.test; Dead_end.test;
+ Syntax.test;
+ Literals.test;
+ Syntax_error.test;
+ Type_of.test;
+ Dead_end.test;
+ Nested_string.test;
]