5. Overview of ocamltest
ocamltest is a test driver
It reads test descriptions written in a DSL and runs the tests
Test descriptions appear at the beginning of the test program in a
(* TEST [...] *)
comment
(CLang tests use the same idea)
Each test is run in its own build directory, to which the necessary files are symlinked or copied, thus: