Failing tests is no reason to turn them off.

This commit is contained in:
asau 2014-07-23 09:42:55 +00:00
parent f98e716e78
commit 5087158ab6

View file

@ -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"