aboutsummaryrefslogtreecommitdiff
path: root/test/qsp_parser_test.ml
blob: 4754a1549454b170a37be4c667c1aa5e3d9cad09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
let () =
  Alcotest.run "qsp_parser"
    [
      Syntax.test;
      Literals.test;
      Syntax_error.test;
      Type_of.test;
      Dead_end.test;
      Nested_string.test;
      Location.test;
      Dup_cases.test;
    ]