mirror of
https://github.com/LucasVbr/croissant.git
synced 2026-05-13 17:12:10 +00:00
13 lines
250 B
OCaml
13 lines
250 B
OCaml
open Alcotest
|
|
|
|
let () =
|
|
run "Syntax"
|
|
[
|
|
TestTypes.tests;
|
|
TestLiterals.tests;
|
|
TestUnaryOperators.tests;
|
|
TestBinaryOperators.tests;
|
|
TestExpressions.tests;
|
|
TestStatements.tests;
|
|
TestSourceFiles.tests;
|
|
] |