diff options
author | gson <gson@pkgsrc.org> | 2017-05-16 17:08:10 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2017-05-16 17:08:10 +0000 |
commit | f0ce19dfa5d85e1cf4701a4d5880b92490fd6b93 (patch) | |
tree | 0669ffde6b0f69701461aee7bb84dd0c96fa83bb | |
parent | 69a0b3517d8b827d05ec73f714fbdd4864975d4d (diff) | |
download | pkgsrc-f0ce19dfa5d85e1cf4701a4d5880b92490fd6b93.tar.gz |
Add TEST_TARGET and TEST_ENV. Tests are currently failing on NetBSD;
reported upstream in https://github.com/jemalloc/jemalloc/issues/837
-rw-r--r-- | devel/jemalloc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/jemalloc/Makefile b/devel/jemalloc/Makefile index 137c20bd924..4e28437753b 100644 --- a/devel/jemalloc/Makefile +++ b/devel/jemalloc/Makefile @@ -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" |