blob: 7081b2a3df15e0b3a4b92bb9c9f1de3f73c37df9 (
plain)
1
2
3
4
5
|
OUnit is a unit test framework for OCaml. It allows one to easily create
unit-tests for OCaml code. It is based on HUnit, a unit testing framework
for Haskell. It is similar to JUnit, and other XUnit testing frameworks.
This requires ocaml-findlib.
|