From 1d61e253ad209231e30a20bbbb1b1f0d1ccf2cc8 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 6 Mar 2021 21:23:28 +0000 Subject: Hook up self tests --- security/botan-devel/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/botan-devel/Makefile b/security/botan-devel/Makefile index bb51154e0b4..256851838da 100644 --- a/security/botan-devel/Makefile +++ b/security/botan-devel/Makefile @@ -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" -- cgit v1.2.3