Skip to content

Commit

Permalink
Define TEST_TARGET.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmonz committed Jun 11, 2016
1 parent 82ff81e commit 677b562
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions devel/cpputest/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

0 comments on commit 677b562

Please sign in to comment.