blob: 43f9cb317a38baeec7305ad42d9fa64bccde23f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
let () =
Alcotest.run "qsp_parser"
[
Syntax.test_syntax;
Syntax.test_comments;
Literals.test;
Syntax_error.test;
Get_type.test;
Type_of.test;
Dead_end.test;
Nested_string.test;
Location.test;
Dup_cases.test;
]
|