pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/xml-security-c xml-security-c: Add a test tar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1aa36f451487
branches:  trunk
changeset: 316690:1aa36f451487
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Dec 16 22:53:35 2018 +0000

description:
xml-security-c: Add a test target.

diffstat:

 security/xml-security-c/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 299e9ab362b6 -r 1aa36f451487 security/xml-security-c/Makefile
--- a/security/xml-security-c/Makefile  Sun Dec 16 22:19:54 2018 +0000
+++ b/security/xml-security-c/Makefile  Sun Dec 16 22:53:35 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/12/16 22:19:25 nia Exp $
+# $NetBSD: Makefile,v 1.21 2018/12/16 22:53:35 nia Exp $
 
 DISTNAME=      xml-security-c-2.0.2
 CATEGORIES=    security devel
@@ -15,6 +15,9 @@
 GNU_CONFIGURE= yes
 CONFIGURE_ENV+=        XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}"
 
+do-test:
+       ${WRKSRC}/xsec/xsec-xtest
+
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/xerces-c/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index