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