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/slack-desc | |
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/slack-desc')
-rw-r--r-- | libraries/ocaml-ounit/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/ocaml-ounit/slack-desc b/libraries/ocaml-ounit/slack-desc new file mode 100644 index 0000000000..57527fcd61 --- /dev/null +++ b/libraries/ocaml-ounit/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +ocaml-ounit: ocaml-ounit (Unit tests for OCaml) +ocaml-ounit: +ocaml-ounit: OUnit is a unit test framework for OCaml. It allows one to easily +ocaml-ounit: create unit-tests for OCaml code. It is based on HUnit, a unit +ocaml-ounit: testing framework for Haskell. It is similar to JUnit, and other +ocaml-ounit: XUnit testing frameworks. +ocaml-ounit: +ocaml-ounit: http://ounit.forge.ocamlcore.org/ +ocaml-ounit: +ocaml-ounit: +ocaml-ounit: |