blob: 92f74e7674e626e621fb62c2ec69e9cbe1242a6e [file] [log] [blame]
#
# KUnit base configuration
#
menu "KUnit support"
config KUNIT
bool "Enable support for unit tests (KUnit)"
depends on UML
select HAS_IOMEM
help
Enables support for kernel unit tests (KUnit), a lightweight unit
testing and mocking framework for the Linux kernel. These tests are
able to be run locally on a developer's workstation without a VM or
special hardware. For more information, please see
Documentation/kunit/
config KUNIT_TEST
bool "KUnit test for KUnit"
depends on KUNIT
help
Enables KUnit test to test KUnit.
config KUNIT_EXAMPLE_TEST
bool "Example test for KUnit"
depends on KUNIT
help
Enables example KUnit test to demo features of KUnit.
endmenu