diff options
Diffstat (limited to 'libraries/ocaml-ounit/README')
-rw-r--r-- | libraries/ocaml-ounit/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/ocaml-ounit/README b/libraries/ocaml-ounit/README new file mode 100644 index 000000000000..7081b2a3df15 --- /dev/null +++ b/libraries/ocaml-ounit/README @@ -0,0 +1,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. |