]> git.baikalelectronics.ru Git - kernel.git/commit
fs: ext4: default KUNIT_* fragments to KUNIT_ALL_TESTS
authorAnders Roxell <anders.roxell@linaro.org>
Mon, 11 May 2020 13:14:38 +0000 (15:14 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 1 Jun 2020 20:24:58 +0000 (14:24 -0600)
commit404384595df906d53af859eb5cab9b7ca4563a13
treec0b0ae1b5a97d8db3becb2b9c7e82b97696ba2df
parentb7a4d3e5b1b84fe27fa3f0f8218307e0d0f3c770
fs: ext4: 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>
fs/ext4/Kconfig