aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/configs/kunit_defconfig
diff options
context:
space:
mode:
authorBrendan Higgins <brendanhiggins@google.com>2019-09-23 02:02:44 -0700
committerShuah Khan <skhan@linuxfoundation.org>2019-09-30 17:35:01 -0600
commitff7b437f36b026dcd7351f86a90a0424c891dc06 (patch)
tree7ae9633d9ca1571fe96a5486aab80b4088a6a46e /arch/um/configs/kunit_defconfig
parentkunit: tool: add Python wrappers for running KUnit tests (diff)
downloadlinux-dev-ff7b437f36b026dcd7351f86a90a0424c891dc06.tar.xz
linux-dev-ff7b437f36b026dcd7351f86a90a0424c891dc06.zip
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 '')
-rw-r--r--arch/um/configs/kunit_defconfig3
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