]> git.baikalelectronics.ru Git - kernel.git/commit
kselftest: add capability to skip chosen TARGETS
authorCristian Marussi <cristian.marussi@arm.com>
Thu, 26 Sep 2019 17:52:18 +0000 (18:52 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 1 Oct 2019 19:19:04 +0000 (13:19 -0600)
commitc4fd7dd040ed83dd67d88835bcb5b7e1d8ca71be
treef96f3db761cf46151968d7549b28f8f50cc2fa5d
parentf1f56258c0fe0deeb15ae3601e5ba3b4c0149171
kselftest: add capability to skip chosen TARGETS

Let the user specify an optional TARGETS skiplist through the new optional
SKIP_TARGETS Makefile variable.

It is easier to skip at will using a reduced and well defined list of
possibly problematic targets with SKIP_TARGETS than to provide a partially
stripped down list of good targets using the usual TARGETS variable.

Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kselftest.rst
tools/testing/selftests/Makefile