Lines Matching full:kunit

2 # KUnit base configuration
5 menuconfig KUNIT config
6 tristate "KUnit - Enable support for unit tests"
9 Enables support for kernel unit tests (KUnit), a lightweight unit
14 Documentation/dev-tools/kunit/.
16 if KUNIT
19 bool "KUnit - Enable /sys/kernel/debug/kunit debugfs representation"
23 Enable debugfs representation for kunit. Currently this consists
24 of /sys/kernel/debug/kunit/<test_suite>/results files for each
29 bool "Enable KUnit tests which print BUG stacktraces"
34 Enables fault handling tests for the KUnit framework. These tests may
40 tristate "KUnit test for KUnit" if !KUNIT_ALL_TESTS
43 Enables the unit tests for the KUnit test framework. These tests test
44 the KUnit test framework itself; the tests are both written using
45 KUnit and test KUnit. This option should only be enabled for testing
46 purposes by developers interested in testing that KUnit works as
50 tristate "Example test for KUnit" if !KUNIT_ALL_TESTS
54 features of KUnit. This test only exists to help new users understand
55 what KUnit is and how it is used. Please refer to the example test
56 itself, lib/kunit/example-test.c, for more information. This option
58 use KUnit for kernel development.
61 tristate "All KUnit tests with satisfied dependencies"
63 Enables all KUnit tests, if they can be enabled.
64 KUnit tests run during boot and output the results to the debug log
66 running the KUnit test harness, and not intended for inclusion into a
69 For more information on KUnit and unit tests in general please refer
70 to the KUnit documentation in Documentation/dev-tools/kunit/.
75 bool "Default value of kunit.enable"
78 Sets the default value of kunit.enable. If set to N then KUnit
79 tests will not execute unless kunit.enable=1 is passed to the
86 bool "Default value of kunit.autorun"
89 Sets the default value of kunit.autorun. If set to N then KUnit
90 tests will not run after initialization unless kunit.autorun=1 is
100 Sets the default value of kunit.filter_glob. If set to a non-empty
108 Sets the default value of kunit.filter. If set to a non-empty
116 Sets the default value of kunit.filter_action. If set to a non-empty
125 Sets the default timeout, in seconds, for Kunit test cases. This value
135 bool "KUnit UML PCI Support"
139 Enables the PCI subsystem on UML for use by KUnit tests.
140 Some KUnit tests require the PCI core which is not enabled by
145 endif # KUNIT