All KUnit tests with satisfied dependencies
configname: CONFIG_KUNIT_ALL_TESTS
Linux Kernel Configuration
└─>
Kernel hacking
└─>
Kernel Testing and Coverage
└─>
KUnit - Enable support for unit tests
└─>
All KUnit tests with satisfied dependencies
In linux kernel since version 5.1
(release Date: 2019-05-05)
KUnit tests run during boot and output the results to the debug log
in TAP format (http://testanything.org/). Only useful for kernel devs
running the KUnit test harness, and not intended for inclusion into a
production build.
For more information on KUnit and unit tests in general please refer
to the KUnit documentation in