diff options
author | Brendan Higgins <brendanhiggins@google.com> | 2019-09-23 02:02:44 -0700 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2019-09-30 17:35:01 -0600 |
commit | ff7b437f36b026dcd7351f86a90a0424c891dc06 (patch) | |
tree | 7ae9633d9ca1571fe96a5486aab80b4088a6a46e /arch/um | |
parent | 6ebf5866f2e870cf9451a2068c787bc2b30025e9 (diff) | |
download | linux-ff7b437f36b026dcd7351f86a90a0424c891dc06.tar.bz2 |
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>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/configs/kunit_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/um/configs/kunit_defconfig b/arch/um/configs/kunit_defconfig new file mode 100644 index 000000000000..9235b7d42d38 --- /dev/null +++ b/arch/um/configs/kunit_defconfig @@ -0,0 +1,3 @@ +CONFIG_KUNIT=y +CONFIG_KUNIT_TEST=y +CONFIG_KUNIT_EXAMPLE_TEST=y |