commit | beaed42c427dbe8fedba4518b2baf5203f5e398b | [log] [tgz] |
---|---|---|
author | Anders Roxell <anders.roxell@linaro.org> | Mon May 11 15:14:25 2020 +0200 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Mon Jun 01 14:23:25 2020 -0600 |
tree | 9302a28158eeccaec650e73c39c3e74dd7b10a3e | |
parent | 92238b31bd054cc2a046df96507575f3f10c277f [diff] |
kunit: 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>