aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2010-05-22 05:57:42 +0800
committerpgj <pgj@FreeBSD.org>2010-05-22 05:57:42 +0800
commit840e0c4d626a07e52cd1c0409ba7c4aa4c96d0fd (patch)
tree146f78c6d3d9c40209700df355e561e157c6adbe /lang
parentccd06addc1de1453a863719daa068d477a65d1ba (diff)
downloadfreebsd-ports-gnome-840e0c4d626a07e52cd1c0409ba7c4aa4c96d0fd.tar.gz
freebsd-ports-gnome-840e0c4d626a07e52cd1c0409ba7c4aa4c96d0fd.tar.zst
freebsd-ports-gnome-840e0c4d626a07e52cd1c0409ba7c4aa4c96d0fd.zip
Allows tests such as QuickCheck properties and HUnit test cases to be
assembled into test groups, run in parallel (but reported in deterministic order, to aid diff interpretation) and filtered and controlled by command line options. All of this comes with colored test output, progress reporting and test statistics output. WWW: http://batterseapower.github.com/test-framework/
Diffstat (limited to 'lang')
-rw-r--r--lang/ghc/bsd.hackage.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk
index 35006af89d4e..df8e5ba0f4d2 100644
--- a/lang/ghc/bsd.hackage.mk
+++ b/lang/ghc/bsd.hackage.mk
@@ -103,6 +103,7 @@ stringsearch_port= textproc/hs-stringsearch
tagsoup_port= textproc/hs-tagsoup # executable
Tensor_port= devel/hs-Tensor
terminfo_port= devel/hs-terminfo
+test-framework_port= devel/hs-test-framework
testpack_port= devel/hs-testpack
texmath_port= textproc/hs-texmath # executable
transformers_port= devel/hs-transformers