pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/jansson Failing tests is no reason to turn th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74ce4cd62c18
branches:  trunk
changeset: 637216:74ce4cd62c18
user:      asau <asau%pkgsrc.org@localhost>
date:      Wed Jul 23 09:42:55 2014 +0000

description:
Failing tests is no reason to turn them off.

diffstat:

 textproc/jansson/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 58b5f1689b2f -r 74ce4cd62c18 textproc/jansson/Makefile
--- a/textproc/jansson/Makefile Wed Jul 23 08:58:03 2014 +0000
+++ b/textproc/jansson/Makefile Wed Jul 23 09:42:55 2014 +0000
@@ -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 @@
 # 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"



Home | Main Index | Thread Index | Old Index