commit:     5c5d49dd22a8196b2e3800b5416095c1eb8ce30a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 09:18:57 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Jul 23 09:19:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5d49dd

net-misc/putty: Define src_test()

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-misc/putty/putty-0.74.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/net-misc/putty/putty-0.74.ebuild b/net-misc/putty/putty-0.74.ebuild
index cb2e7f5c22f..518c228a1d8 100644
--- a/net-misc/putty/putty-0.74.ebuild
+++ b/net-misc/putty/putty-0.74.ebuild
@@ -60,6 +60,11 @@ src_compile() {
        emake -C "${S}"/unix AR=$(tc-getAR) $(usex ipv6 '' COMPAT=-DNO_IPV6)
 }
 
+src_test() {
+       emake -C unix cgtest
+       unix/cgtest || die
+}
+
 src_install() {
        dodoc doc/puttydoc.txt
 

Reply via email to