diff options
author | Chimrod <> | 2023-10-16 16:42:53 +0200 |
---|---|---|
committer | Chimrod <> | 2023-10-18 11:19:35 +0200 |
commit | 0b75cd5bc0f7d0ad905bce5bebc6e47c927f64d7 (patch) | |
tree | 9381b4b3b6c06104d773978f330f073b805a40f0 /test/qsp_parser_test.ml | |
parent | 736456d9952c1d58008f4ca5755913dfff7a32b8 (diff) |
Used the dead-end checker in main analysis
Diffstat (limited to 'test/qsp_parser_test.ml')
-rw-r--r-- | test/qsp_parser_test.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/qsp_parser_test.ml b/test/qsp_parser_test.ml index cbbe91e..8629175 100644 --- a/test/qsp_parser_test.ml +++ b/test/qsp_parser_test.ml @@ -1 +1,2 @@ -let () = Alcotest.run "qsp_parser" [ Syntax.test; Syntax_error.test ] +let () = + Alcotest.run "qsp_parser" [ Syntax.test; Syntax_error.test; Dead_end.test ] |