pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/valgrind Add test target.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ff71da3ff9e
branches:  trunk
changeset: 609713:3ff71da3ff9e
user:      alnsn <alnsn%pkgsrc.org@localhost>
date:      Mon Oct 08 19:42:47 2012 +0000

description:
Add test target.

diffstat:

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

diffs (17 lines):

diff -r 3465e4eac81d -r 3ff71da3ff9e devel/valgrind/Makefile
--- a/devel/valgrind/Makefile   Mon Oct 08 19:23:27 2012 +0000
+++ b/devel/valgrind/Makefile   Mon Oct 08 19:42:47 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/10/06 12:13:16 alnsn Exp $
+# $NetBSD: Makefile,v 1.9 2012/10/08 19:42:47 alnsn Exp $
 #
 
 DISTNAME=              valgrind-3.8.1
@@ -20,5 +20,7 @@
 ONLY_FOR_PLATFORM=     Linux-*-*
 
 USE_TOOLS+=            gmake perl
+USE_LANGUAGES=         c c++
+TEST_TARGET=           regtest
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index