diff options
| author | Mark Brown <broonie@kernel.org> | 2026-05-29 23:14:05 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-29 23:14:05 +0100 |
| commit | 443999b474a41463e49760e4f2ab379614fbb3be (patch) | |
| tree | 6773e51a935531faddacf92c860ffbf9178b8176 /Documentation | |
| parent | 047aef733de5000d5d4a976c59abd68f0e01f343 (diff) | |
| parent | 5f4974231fb3656c15a82faece9f2303b8c18a14 (diff) | |
| download | linux-next-history-443999b474a41463e49760e4f2ab379614fbb3be.tar.gz | |
Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/dev-tools/kselftest.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/dev-tools/kselftest.rst b/Documentation/dev-tools/kselftest.rst index 18c2da67fae42..d7bfe320338ce 100644 --- a/Documentation/dev-tools/kselftest.rst +++ b/Documentation/dev-tools/kselftest.rst @@ -126,6 +126,18 @@ dedicated skiplist:: See the top-level tools/testing/selftests/Makefile for the list of all possible targets. +Requiring all targets to build successfully +=========================================== + +By default, the build succeeds as long as at least one target builds +without error. Set ``FORCE_TARGETS=1`` to instead require every target to +build successfully; make will abort as soon as any target fails:: + + $ make -C tools/testing/selftests FORCE_TARGETS=1 + +This applies to both the ``all`` and ``install`` targets and is useful in +CI environments where a silent partial build would be misleading. + Running the full range hotplug selftests ======================================== |
