summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorschmonz <schmonz>2016-06-11 18:55:01 +0000
committerschmonz <schmonz>2016-06-11 18:55:01 +0000
commit66d4cd2bf2ba737379f34e19fa512f12bf87e2c0 (patch)
tree31f8a610eed6fc46c428adb04b210caee84ee4ed /devel
parent9ce1002c4456e69c2761c82bb278bee79d6782ce (diff)
downloadpkgsrc-66d4cd2bf2ba737379f34e19fa512f12bf87e2c0.tar.gz
Define TEST_TARGET.
Diffstat (limited to 'devel')
-rw-r--r--devel/cpputest/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/cpputest/Makefile b/devel/cpputest/Makefile
index d35d488ecde..12b6f1aaaad 100644
--- a/devel/cpputest/Makefile
+++ b/devel/cpputest/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/06/07 11:12:02 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/11 18:55:01 schmonz Exp $
DISTNAME= cpputest-3.8
CATEGORIES= devel
@@ -22,10 +22,9 @@ BUILD_DIRS= ${CONFIGURE_DIRS}
USE_TOOLS+= automake autoreconf pkg-config
USE_LANGUAGES= c c++
+TEST_TARGET= check tdd
+
pre-configure:
cd ${WRKSRC}/${CONFIGURE_DIRS} && autoreconf .. -fiv
-# $ ../configure
-# $ make
-
.include "../../mk/bsd.pkg.mk"