Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/security/botan-devel/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/security/botan-devel/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.37 retrieving revision 1.38 diff -u -p -r1.37 -r1.38 --- pkgsrc/security/botan-devel/Attic/Makefile 2021/01/01 08:24:55 1.37 +++ pkgsrc/security/botan-devel/Attic/Makefile 2021/03/06 21:23:28 1.38 @@ -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"