diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-11-07 13:24:14 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-11-07 18:04:18 -0700 |
commit | 78566cf137dab5682d00721d6f7277cedbc2635d (patch) | |
tree | a1c396984b008116bed04c9c75949ead2106567f /Documentation/kselftest.txt | |
parent | ca4354543a7d7f5a6ed50b01b42a61f1d42e725d (diff) | |
download | linux-stable-78566cf137dab5682d00721d6f7277cedbc2635d.tar.gz linux-stable-78566cf137dab5682d00721d6f7277cedbc2635d.tar.bz2 linux-stable-78566cf137dab5682d00721d6f7277cedbc2635d.zip |
Doc: update kselftest.txt with details on how to run tests after install
Update kselftest.txt with details on how to run tests after install.
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/kselftest.txt')
-rw-r--r-- | Documentation/kselftest.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/kselftest.txt b/Documentation/kselftest.txt index 54bee77fa728..e5c7254e73d7 100644 --- a/Documentation/kselftest.txt +++ b/Documentation/kselftest.txt @@ -70,6 +70,17 @@ To install selftests in an user specified location: $ cd tools/testing/selftests $ ./kselftest_install.sh install_dir +Running installed selftests +=========================== + +Kselftest install as well as the Kselftest tarball provide a script +named "run_kselftest.sh" to run the tests. + +You can simply do the following to run the installed Kselftests. Please +note some tests will require root privileges. + +cd kselftest +./run_kselftest.sh Contributing new tests ====================== |