blob: 330ae83527c239ad581019d8f0719a7488531a35 [file] [log] [blame]
#
# KUnit base configuration
#
menu "KUnit support"
config KUNIT
bool "Enable support for unit tests (KUnit)"
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 when using UML. Can also be used on most other
architectures. For more information, please see
Documentation/dev-tools/kunit/.
endmenu