pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/jemalloc



Module Name:    pkgsrc
Committed By:   gson
Date:           Tue May 16 17:08:10 UTC 2017

Modified Files:
        pkgsrc/devel/jemalloc: Makefile

Log Message:
Add TEST_TARGET and TEST_ENV.  Tests are currently failing on NetBSD;
reported upstream in https://github.com/jemalloc/jemalloc/issues/837


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/jemalloc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/jemalloc/Makefile
diff -u pkgsrc/devel/jemalloc/Makefile:1.7 pkgsrc/devel/jemalloc/Makefile:1.8
--- pkgsrc/devel/jemalloc/Makefile:1.7  Mon May 15 07:47:43 2017
+++ pkgsrc/devel/jemalloc/Makefile      Tue May 16 17:08:10 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/05/15 07:47:43 gson Exp $
+# $NetBSD: Makefile,v 1.8 2017/05/16 17:08:10 gson Exp $
 
 DISTNAME=      jemalloc-4.5.0
 CATEGORIES=    devel
@@ -28,5 +28,7 @@ REPLACE_PERL=         bin/jeprof.in
 PKGCONFIG_OVERRIDE=    jemalloc.pc.in
 
 BUILD_TARGET=          all dist
+TEST_TARGET=           check
+TEST_ENV=              LD_LIBRARY_PATH=${WRKSRC}/lib
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index