pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/xml-security-c



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Dec 16 22:53:35 UTC 2018

Modified Files:
        pkgsrc/security/xml-security-c: Makefile

Log Message:
xml-security-c: Add a test target.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/security/xml-security-c/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/xml-security-c/Makefile
diff -u pkgsrc/security/xml-security-c/Makefile:1.20 pkgsrc/security/xml-security-c/Makefile:1.21
--- pkgsrc/security/xml-security-c/Makefile:1.20        Sun Dec 16 22:19:25 2018
+++ pkgsrc/security/xml-security-c/Makefile     Sun Dec 16 22:53:35 2018
@@ -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 @@ USE_TOOLS+=   gmake pkg-config
 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