Lines Matching refs:tests
12 Running tests with the KUnit Wrapper
14 Included with KUnit is a simple Python wrapper which runs tests under User Mode
28 If you want to run a specific set of tests (rather than those listed in the
32 options required by the tests.
48 ``.kunitconfig`` are set in the kernel ``.config`` before running the tests.
59 Running the tests (KUnit Wrapper)
80 followed by a list of tests that are run. All of them should be passing.
86 Running tests without the KUnit Wrapper
95 tests may reduce the stability or security of the system.
104 menuconfig). From there, you can enable any KUnit tests you want: they usually
107 KUnit and KUnit tests can be compiled as modules: in this case the tests in a
111 Running the tests (w/o KUnit Wrapper)
238 writing idiomatic KUnit tests.
240 how to make running KUnit tests easier.