diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-01 19:59:22 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-01 19:59:43 +0200 |
commit | 58c8d995cca50558421f542e83f5b53452139bcf (patch) | |
tree | 8cf935b2d5e508871abd1f5bd523c95763563967 /sys-devel | |
parent | games-roguelike/stone-soup: remove old (diff) | |
download | gentoo-58c8d995cca50558421f542e83f5b53452139bcf.tar.gz gentoo-58c8d995cca50558421f542e83f5b53452139bcf.tar.bz2 gentoo-58c8d995cca50558421f542e83f5b53452139bcf.zip |
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@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf/autoconf-2.71.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-9999.ebuild | 6 |
2 files changed, 9 insertions, 1 deletions
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 +} |