commit: 58c8d995cca50558421f542e83f5b53452139bcf
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 1 17:59:22 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug 1 17:59:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58c8d995
sys-devel/autoconf: Enable running the test suite!
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sys-devel/autoconf/autoconf-2.71.ebuild | 4 ++++
sys-devel/autoconf/autoconf-9999.ebuild | 6 +++++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/sys-devel/autoconf/autoconf-2.71.ebuild
b/sys-devel/autoconf/autoconf-2.71.ebuild
index 86e89e45086..3405416d23c 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 f3b786e014a..d1da2e2e630 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
+}