]> git.ipfire.org Git - thirdparty/linux.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)
commitd194e12b3ed3c4799951072271f001cbd104b5e9
treec0b0ae1b5a97d8db3becb2b9c7e82b97696ba2df
parentbebe94b53eb7ee28f436f7b45324e37713690c0f
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