summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2014-07-23 09:42:55 +0000
committerasau <asau@pkgsrc.org>2014-07-23 09:42:55 +0000
commitfe00977f20b49bf8507993a87b41358bf1f45e2a (patch)
tree8e35daaa4ca014980ae072e33e1265a30a66ab7b /textproc
parent026d180b686b1daba7d9dca6e838cdbbf1c65bb9 (diff)
downloadpkgsrc-fe00977f20b49bf8507993a87b41358bf1f45e2a.tar.gz
Failing tests is no reason to turn them off.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/jansson/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/jansson/Makefile b/textproc/jansson/Makefile
index 94a2aa5edb5..1a8e2a56787 100644
--- a/textproc/jansson/Makefile
+++ b/textproc/jansson/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/02/15 22:08:47 wiedi Exp $
+# $NetBSD: Makefile,v 1.4 2014/07/23 09:42:55 asau Exp $
DISTNAME= jansson-2.4
PKGREVISION= 1
@@ -19,6 +19,6 @@ PKGCONFIG_OVERRIDE+= jansson.pc.in
# Fails a self-test because the library exports more symbols than it should.
# It seems "libtool ... -export-symbols-regex '^json_' ..." doesn't work,
# at least not on NetBSD-6.99.20/amd64.
-#TEST_TARGET= check
+TEST_TARGET= check
.include "../../mk/bsd.pkg.mk"