mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/findutils: wire up USE=test-full
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user