Lines Matching refs:tests
6 tristate "KUnit - Enable support for unit tests"
9 Enables support for kernel unit tests (KUnit), a lightweight unit
10 testing and mocking framework for the Linux kernel. These tests are
28 bool "Enable KUnit tests which print BUG stacktraces"
33 Enables fault handling tests for the KUnit framework. These tests may
42 Enables the unit tests for the KUnit test framework. These tests test
43 the KUnit test framework itself; the tests are both written using
60 tristate "All KUnit tests with satisfied dependencies"
62 Enables all KUnit tests, if they can be enabled.
63 KUnit tests run during boot and output the results to the debug log
68 For more information on KUnit and unit tests in general please refer
78 tests will not execute unless kunit.enable=1 is passed to the
89 tests will not run after initialization unless kunit.autorun=1 is
100 string only matching tests are executed.
102 If unsure, leave empty so all tests are executed.
108 string only matching tests are executed.
110 If unsure, leave empty so all tests are executed.
116 string only matching tests are executed.
118 If unsure, leave empty so all tests are executed.
127 `KUNIT_SPEED_VERY_SLOW`. This allows slower tests on slower machines
138 Enables the PCI subsystem on UML for use by KUnit tests.
139 Some KUnit tests require the PCI core which is not enabled by