blob: 36d12aeb25b088ff02552f7463ce573b1117236e (
plain)
1
2
3
|
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.
|