diff options
author | joerg <joerg@pkgsrc.org> | 2021-03-06 21:23:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2021-03-06 21:23:28 +0000 |
commit | 1d61e253ad209231e30a20bbbb1b1f0d1ccf2cc8 (patch) | |
tree | 946746e51a43cde9d999ced73adbdd946534d2ba /security | |
parent | 9c909bb47907322f1c5b5df474d3f27f98942f7b (diff) | |
download | pkgsrc-1d61e253ad209231e30a20bbbb1b1f0d1ccf2cc8.tar.gz |
Hook up self tests
Diffstat (limited to 'security')
-rw-r--r-- | security/botan-devel/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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" |