diff options
author | Jockey S. Kyd <jockey.kyd@gmail.com> | 2012-05-05 12:17:30 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-05-07 12:18:08 -0500 |
commit | 1bb95b564fa19a6a15cf0b1ed93ee1aaa11f723c (patch) | |
tree | 023da4c57e41b628e40ebb2ead8ff8204660c742 /libraries/ocaml-ounit/README | |
parent | 213a57385af5c2e64016186870bfe6133505b73c (diff) | |
download | slackbuilds-1bb95b564fa19a6a15cf0b1ed93ee1aaa11f723c.tar.gz |
libraries/ocaml-ounit: Added (Unit tests for OCaml)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 0000000000..7081b2a3df --- /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. |