Lines Matching refs:KUnit
16 The bulk of kernel tests are written using either the kselftest or KUnit
22 parts of the kernel — then you'll want to use KUnit or kselftest.
25 The Difference Between KUnit and kselftest
28 KUnit (Documentation/dev-tools/kunit/index.rst) is an entirely in-kernel system
32 KUnit tests therefore are best written against small, self-contained parts
36 For example, a KUnit test might test an individual kernel function (or even a
40 This also makes KUnit tests very fast to build and run, allowing them to be
43 There is a KUnit test style guide which may give further pointers in
58 kernel, however, KUnit may be the more appropriate tool.
113 kselftest or KUnit tests. They can be combined with KUnit or kselftest by
117 Some of these tools integrate with KUnit or kselftest and will