]> git.ipfire.org Git - thirdparty/linux.git/commit
kselftest/arm64: Support FORCE_TARGETS
authorMark Brown <broonie@kernel.org>
Fri, 19 Dec 2025 15:29:42 +0000 (15:29 +0000)
committerWill Deacon <will@kernel.org>
Mon, 5 Jan 2026 21:16:46 +0000 (21:16 +0000)
commitfb36d71308a770268c771d6697f22615e5ddbd6e
tree02c115812c657a0768b6872648a3bcd972a53b9e
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
kselftest/arm64: Support FORCE_TARGETS

The top level kselftest Makefile supports an option FORCE_TARGETS which
causes any failures during the build to be propagated to the exit status
of the top level make, useful during build testing. Currently the recursion
done by the arm64 selftests ignores this option, meaning arm64 failures are
not reported via this mechanism. Add the logic to implement FORCE_TARGETS
so that it works for arm64.

Signed-off-by: Mark Brown <broonie@kernel.org>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Will Deacon <will@kernel.org>
tools/testing/selftests/arm64/Makefile