Lines Matching refs:tests
5 The kernel contains a set of "self tests" under the tools/testing/selftests/
6 directory. These are intended to be small tests to exercise individual code
10 On some systems, hot-plug tests could hang forever waiting for cpu and
12 to run full range of hot-plug tests. In default mode, hot-plug tests run
17 Running the selftests (hotplug tests are run in limited mode)
20 To build the tests::
24 To run the tests::
28 To build and run the tests with a single command, use::
32 Note that some tests will require root privileges.
42 The above commands run the tests and print pass/fail summary to make it
50 single test to run, or a list of tests to run.
52 To run only tests targeted for a single subsystem::
56 You can specify multiple tests to build and run::
68 The above commands run the tests and print pass/fail summary to make it
78 To build the hotplug tests::
82 To run the hotplug tests::
86 Note that some tests will require root privileges.
110 named "run_kselftest.sh" to run the tests.
113 note some tests will require root privileges::
118 Contributing new tests
132 Contributing new tests (details)
141 TEST_CUSTOM_PROGS should be used by tests that require custom build
167 The kselftest_harness.h file contains useful helpers to build tests. The tests