kunit: Kconfig: enable a KUNIT_ALL_TESTS fragment
authorAnders Roxell <anders.roxell@linaro.org>
Mon, 11 May 2020 13:14:20 +0000 (15:14 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 1 Jun 2020 20:19:16 +0000 (14:19 -0600)
commit92238b31bd054cc2a046df96507575f3f10c277f
treeb85491152a4759958788b1cc994cb70854c01ab4
parent01397e822af42f8485e876ba9d1309b63646d886
kunit: Kconfig: enable a KUNIT_ALL_TESTS fragment

Make it easier to enable all KUnit fragments.  This is useful for kernel
devs or testers, so its easy to get all KUnit tests enabled and if new
gets added they will be enabled as well.  Fragments that has to be
builtin will be missed if CONFIG_KUNIT_ALL_TESTS is set as a module.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
lib/kunit/Kconfig