From 58c8d995cca50558421f542e83f5b53452139bcf Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 1 Aug 2021 19:59:22 +0200 Subject: sys-devel/autoconf: Enable running the test suite! MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- sys-devel/autoconf/autoconf-2.71.ebuild | 4 ++++ sys-devel/autoconf/autoconf-9999.ebuild | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'sys-devel') diff --git a/sys-devel/autoconf/autoconf-2.71.ebuild b/sys-devel/autoconf/autoconf-2.71.ebuild index 86e89e450868..3405416d23c0 100644 --- a/sys-devel/autoconf/autoconf-2.71.ebuild +++ b/sys-devel/autoconf/autoconf-2.71.ebuild @@ -69,3 +69,7 @@ src_install() { "${ED}"/usr/share/autoconf-*/build-aux/${f} || die done } + +src_test() { + emake check +} diff --git a/sys-devel/autoconf/autoconf-9999.ebuild b/sys-devel/autoconf/autoconf-9999.ebuild index f3b786e014a7..d1da2e2e6307 100644 --- a/sys-devel/autoconf/autoconf-9999.ebuild +++ b/sys-devel/autoconf/autoconf-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -52,3 +52,7 @@ src_install() { "${ED}"/usr/share/autoconf-*/build-aux/${f} || die done } + +src_test() { + emake check +} -- cgit v1.2.3-65-gdbad