Lines Matching full:kunit

22 	tristate "KUnit tests for layout of structure in UAPI" if !KUNIT_ALL_TESTS
23 depends on FIREWIRE && KUNIT
26 This builds the KUnit tests whether structures exposed to user
29 KUnit tests run during boot and output the results to the debug
31 kernel devs running KUnit test harness and are not for inclusion
34 For more information on KUnit and unit tests in general, refer
35 to the KUnit documentation in Documentation/dev-tools/kunit/.
38 tristate "KUnit tests for device attributes" if !KUNIT_ALL_TESTS
39 depends on FIREWIRE && KUNIT
42 This builds the KUnit tests for device attribute for node and
45 KUnit tests run during boot and output the results to the debug
47 kernel devs running KUnit test harness and are not for inclusion
50 For more information on KUnit and unit tests in general, refer
51 to the KUnit documentation in Documentation/dev-tools/kunit/.
54 tristate "KUnit tests for packet serialization/deserialization" if !KUNIT_ALL_TESTS
55 depends on FIREWIRE && KUNIT
58 This builds the KUnit tests for packet serialization and
61 KUnit tests run during boot and output the results to the debug
63 kernel devs running KUnit test harness and are not for inclusion
66 For more information on KUnit and unit tests in general, refer
67 to the KUnit documentation in Documentation/dev-tools/kunit/.
70 tristate "KUnit tests for helpers of self ID sequence" if !KUNIT_ALL_TESTS
71 depends on FIREWIRE && KUNIT
74 This builds the KUnit tests for helpers of self ID sequence.
76 KUnit tests run during boot and output the results to the debug
78 kernel devs running KUnit test harness and are not for inclusion
81 For more information on KUnit and unit tests in general, refer
82 to the KUnit documentation in Documentation/dev-tools/kunit/.
96 …tristate "KUnit tests for serialization/deserialization of data in buffers/registers" if !KUNIT_AL…
97 depends on FIREWIRE && KUNIT
100 This builds the KUnit tests to check serialization and deserialization
103 KUnit tests run during boot and output the results to the debug
105 kernel devs running KUnit test harness and are not for inclusion
108 For more information on KUnit and unit tests in general, refer
109 to the KUnit documentation in Documentation/dev-tools/kunit/.