pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/botan-devel



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Mar  6 21:23:28 UTC 2021

Modified Files:
        pkgsrc/security/botan-devel: Makefile

Log Message:
Hook up self tests


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/security/botan-devel/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/botan-devel/Makefile
diff -u pkgsrc/security/botan-devel/Makefile:1.37 pkgsrc/security/botan-devel/Makefile:1.38
--- pkgsrc/security/botan-devel/Makefile:1.37   Fri Jan  1 08:24:55 2021
+++ pkgsrc/security/botan-devel/Makefile        Sat Mar  6 21:23:28 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2021/01/01 08:24:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2021/03/06 21:23:28 joerg Exp $
 
 DISTNAME=      Botan-2.11.0
 PKGNAME=       ${DISTNAME:tl}
@@ -52,6 +52,11 @@ PY_PATCHPLIST=       yes
 
 LDFLAGS.SunOS+=        -lnsl -lsocket
 
+TEST_TARGET=   tests
+
+post-test:
+       cd ${WRKSRC} && ./botan-test
+
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index