Lines Matching full:these
18 These are the tests that come from the examples in the Rust documentation. They
24 These tests can be run via KUnit. For example via ``kunit_tool`` (``kunit.py``)
34 To use these KUnit doctests, the following must be enabled::
46 These documentation tests are typically examples of usage of any item (e.g.
68 For the kernel, however, these tests get transformed into KUnit test suites.
116 that forwards the call to KUnit instead. Importantly, these macros do not
126 Since these tests are examples, i.e. they are part of the documentation, they
137 these are also fairly similar to what you would expect from userspace, and they
140 These tests are introduced by the ``kunit_tests`` procedural macro, which takes
212 These are userspace tests that can be built and run in the host (i.e. the one