]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTS
authorAnders Roxell <anders.roxell@linaro.org>
Mon, 11 May 2020 13:14:33 +0000 (15:14 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 1 Jun 2020 20:24:25 +0000 (14:24 -0600)
commit99aa15b38f9c28451f1c8cfa2c5ed3227bccfc5b
tree9ffe209fc765cef7a391648aaecdb4fd59d9422e
parent00e03a62bb7cc5653d13b994d42dceb8f3b391aa
drivers: base: default KUNIT_* fragments to KUNIT_ALL_TESTS

This makes it easier to enable all KUnit fragments.

Adding 'if !KUNIT_ALL_TESTS' so individual tests can not be turned off.
Therefore if KUNIT_ALL_TESTS is enabled that will hide the prompt in
menuconfig.

Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
drivers/base/Kconfig
drivers/base/test/Kconfig