Lines Matching refs:tests
3 The kernel contains a set of "self tests" under the tools/testing/selftests/
4 directory. These are intended to be small unit tests to exercise individual
7 On some systems, hot-plug tests could hang forever waiting for cpu and
9 to run full range of hot-plug tests. In default mode, hot-plug tests run
14 Running the selftests (hotplug tests are run in limited mode)
17 To build the tests:
21 To run the tests:
24 To build and run the tests with a single command, use:
27 - note that some tests will require root privileges.
33 single test to run, or a list of tests to run.
35 To run only tests targeted for a single subsystem:
38 You can specify multiple tests to build and run:
48 To build the hotplug tests:
51 To run the hotplug tests:
54 - note that some tests will require root privileges.
73 Contributing new tests