sys-apps/findutils: wire up USE=test-full

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-09-21 00:39:46 +01:00
parent d9dcd70f72
commit 996847ecc2
2 changed files with 5 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ SRC_URI="
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="nls selinux static test"
IUSE="nls selinux static test test-full"
RESTRICT="!test? ( test )"
RDEPEND="
@@ -84,6 +84,7 @@ src_compile() {
src_test() {
local -x SANDBOX_PREDICT=${SANDBOX_PREDICT}
local -x RUN_{VERY_,}EXPENSIVE_TESTS=$(usex test-full yes no)
addpredict /
default
}

View File

@@ -5,6 +5,9 @@
<email>base-system@gentoo.org</email>
<name>Gentoo Base System</name>
</maintainer>
<use>
<flag name="test-full">Run expensive tests (mostly memory intensive).</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:gnu:findutils</remote-id>
<remote-id type="savannah">findutils</remote-id>