diff options
author | NĂcolas F. R. A. Prado <nfraprado@collabora.com> | 2024-10-01 18:43:23 +0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2024-10-15 01:15:13 +0300 |
commit | c9949b51d0d25b9d35240c6267df519fbb1db5fc (patch) | |
tree | e9164eaa2a0b64561e01481f2eeeed61c582b164 /Documentation/dev-tools/kselftest.rst | |
parent | d70d4218339e657e80ea478e43ec327cf374826b (diff) | |
download | linux-c9949b51d0d25b9d35240c6267df519fbb1db5fc.tar.xz |
docs: dev-tools: Add documentation for the device focused kselftests
Add documentation for the kselftests focused on testing devices and
point to it from the kselftest documentation. There are multiple tests
in this category so the aim of this page is to make it clear when to run
each test.
Signed-off-by: NĂcolas F. R. A. Prado <nfraprado@collabora.com>
Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'Documentation/dev-tools/kselftest.rst')
-rw-r--r-- | Documentation/dev-tools/kselftest.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/dev-tools/kselftest.rst b/Documentation/dev-tools/kselftest.rst index f3766e326d1e..fdb1df86783a 100644 --- a/Documentation/dev-tools/kselftest.rst +++ b/Documentation/dev-tools/kselftest.rst @@ -31,6 +31,15 @@ kselftest runs as a userspace process. Tests that can be written/run in userspace may wish to use the `Test Harness`_. Tests that need to be run in kernel space may wish to use a `Test Module`_. +Documentation on the tests +========================== + +For documentation on the kselftests themselves, see: + +.. toctree:: + + testing-devices + Running the selftests (hotplug tests are run in limited mode) ============================================================= |