diff options
author | Chimrod <> | 2023-10-28 13:52:38 +0200 |
---|---|---|
committer | Chimrod <> | 2023-11-02 11:06:12 +0100 |
commit | 872916a5661e31b655471ec0f9bf81a5474bc1ba (patch) | |
tree | db18486f978ec97b8ddb4d4ce4e810ccd5cbf7e7 /test/qsp_parser_test.ml | |
parent | 8a7bdc73a7c65d23c79e1c470ba0fbff975b59a5 (diff) |
Updated the tests
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 8629175..0828e22 100644 --- a/test/qsp_parser_test.ml +++ b/test/qsp_parser_test.ml @@ -1,2 +1,3 @@ let () = - Alcotest.run "qsp_parser" [ Syntax.test; Syntax_error.test; Dead_end.test ] + Alcotest.run "qsp_parser" + [ Syntax.test; Syntax_error.test; Type_of.test; Dead_end.test ] |