diff options
-rw-r--r-- | libraries/ocaml-ounit/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/ocaml-ounit/README b/libraries/ocaml-ounit/README index 7081b2a3df..36d12aeb25 100644 --- a/libraries/ocaml-ounit/README +++ b/libraries/ocaml-ounit/README @@ -1,5 +1,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. - -This requires ocaml-findlib. |