b4eab5a9ba
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.
18 lines
647 B
Makefile
18 lines
647 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/12/04 13:11:59 phonohawk Exp $
|
|
|
|
BUILDLINK_TREE+= hs-test-framework
|
|
|
|
.if !defined(HS_TEST_FRAMEWORK_BUILDLINK3_MK)
|
|
HS_TEST_FRAMEWORK_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-test-framework+= hs-test-framework>=0.4.1
|
|
BUILDLINK_PKGSRCDIR.hs-test-framework?= ../../wip/hs-test-framework
|
|
|
|
.include "../../wip/hs-ansi-terminal/buildlink3.mk"
|
|
.include "../../wip/hs-ansi-wl-pprint/buildlink3.mk"
|
|
.include "../../wip/hs-hostname/buildlink3.mk"
|
|
.include "../../wip/hs-regex-posix/buildlink3.mk"
|
|
.include "../../wip/hs-xml/buildlink3.mk"
|
|
.endif # HS_TEST_FRAMEWORK_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-test-framework
|