kunit: defconfig: add defconfigs for building KUnit tests
authorBrendan Higgins <brendanhiggins@google.com>
Mon, 23 Sep 2019 09:02:44 +0000 (02:02 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 30 Sep 2019 23:35:01 +0000 (17:35 -0600)
commitff7b437f36b026dcd7351f86a90a0424c891dc06
tree7ae9633d9ca1571fe96a5486aab80b4088a6a46e
parent6ebf5866f2e870cf9451a2068c787bc2b30025e9
kunit: defconfig: add defconfigs for building KUnit tests

Add defconfig for UML and a fragment that can be used to configure other
architectures for building KUnit tests. Add option to kunit_tool to use
a defconfig to create the kunitconfig.

Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
arch/um/configs/kunit_defconfig [new file with mode: 0644]
tools/testing/kunit/configs/all_tests.config [new file with mode: 0644]
tools/testing/kunit/kunit.py
tools/testing/kunit/kunit_kernel.py