pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/jemalloc Add TEST_TARGET and TEST_ENV. Tests ar...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c5f7c8d6d422
branches: trunk
changeset: 362491:c5f7c8d6d422
user: gson <gson%pkgsrc.org@localhost>
date: Tue May 16 17:08:10 2017 +0000
description:
Add TEST_TARGET and TEST_ENV. Tests are currently failing on NetBSD;
reported upstream in https://github.com/jemalloc/jemalloc/issues/837
diffstat:
devel/jemalloc/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1155f0aa24ba -r c5f7c8d6d422 devel/jemalloc/Makefile
--- a/devel/jemalloc/Makefile Tue May 16 13:51:50 2017 +0000
+++ b/devel/jemalloc/Makefile Tue May 16 17:08:10 2017 +0000
@@ -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 @@
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