aboutsummaryrefslogtreecommitdiff
path: root/test/qsp_parser_test.ml
blob: 7fd5b5216a2d1762940b25a2c2252ae526888775 (plain)
1
2
3
4
5
let () =
  Alcotest.run "qsp_parser"
    [
      Syntax.test; Literals.test; Syntax_error.test; Type_of.test; Dead_end.test;
    ]