next|prev|index

14. Integration to the testsuite

ocamltest's output is similar to the current test output and can thus be parsed by the awk report script.

In the testsuite directory:

So far, about 140 out of 610 tests have been migrated and pass under both Linux and Windows.

Beware: tests are counted differently by the legacy and ocamltest frameworks (ocamlc and ocamlopt count as one in the legacy framework but as two for ocamltest), so migrating one test may change the total number of tests and the number of passing tests.