[Lunar-commits] <moonbase-other> ounit: A unit test framework for OCaml

Stefan Wold ratler at lunar-linux.org
Sun Feb 3 17:10:56 CET 2013


commit 229dc0530533ba9b58a44930992682cbaac1be74
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 03 Feb 2013 08:10:56 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/229dc0530533ba9b58a44930992682cbaac1be74

ounit: A unit test framework for OCaml
---
  libs/ounit/BUILD   | +2/-0     
  libs/ounit/DEPENDS | +2/-0     
  libs/ounit/DETAILS | +16/-0    
  3 files changed, 20 insertions(+)

--- /dev/null
+++ b/libs/ounit/BUILD
@@ -0,0 +1,2 @@
+./configure --prefix=/usr &&
+default_make
--- /dev/null
+++ b/libs/ounit/DEPENDS
@@ -0,0 +1,2 @@
+depends ocaml
+depends findlib
--- /dev/null
+++ b/libs/ounit/DETAILS
@@ -0,0 +1,16 @@
+          MODULE=ounit
+         VERSION=1.1.2
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://forge.ocamlcore.org/frs/download.php/886/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha256:e6bc1b0cdbb5b5552d85bee653e23aafe20bb97fd7cd229c867d01ff999888e3
+        WEB_SITE="http://forge.ocamlcore.org/projects/ounit/"
+         ENTERED=20130203
+         UPDATED=20130203
+           SHORT="A unit test framework for OCaml"
+cat <<EOF
+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.
+EOF




More information about the Lunar-commits mailing list