Lines Matching refs:tests
22 tristate "KUnit tests for layout of structure in UAPI" if !KUNIT_ALL_TESTS
26 This builds the KUnit tests whether structures exposed to user
29 KUnit tests run during boot and output the results to the debug
34 For more information on KUnit and unit tests in general, refer
38 tristate "KUnit tests for device attributes" if !KUNIT_ALL_TESTS
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
50 For more information on KUnit and unit tests in general, refer
54 tristate "KUnit tests for packet serialization/deserialization" if !KUNIT_ALL_TESTS
58 This builds the KUnit tests for packet serialization and
61 KUnit tests run during boot and output the results to the debug
66 For more information on KUnit and unit tests in general, refer
70 tristate "KUnit tests for helpers of self ID sequence" if !KUNIT_ALL_TESTS
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
81 For more information on KUnit and unit tests in general, refer
96 …tristate "KUnit tests for serialization/deserialization of data in buffers/registers" if !KUNIT_AL…
100 This builds the KUnit tests to check serialization and deserialization
103 KUnit tests run during boot and output the results to the debug
108 For more information on KUnit and unit tests in general, refer