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)
commit3a24f7f6b610910ee328df11392e21925cefdecb
treef96f3db761cf46151968d7549b28f8f50cc2fa5d
parent17eac6c2db8b2cdfe33d40229bdda2acd86b304a
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