pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cpputest Define TEST_TARGET.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f08d91c8f30
branches:  trunk
changeset: 348297:4f08d91c8f30
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Jun 11 18:55:01 2016 +0000

description:
Define TEST_TARGET.

diffstat:

 devel/cpputest/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r bcc26c766f4b -r 4f08d91c8f30 devel/cpputest/Makefile
--- a/devel/cpputest/Makefile   Sat Jun 11 18:45:23 2016 +0000
+++ b/devel/cpputest/Makefile   Sat Jun 11 18:55:01 2016 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index