projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca43545
)
Doc: update kselftest.txt with details on how to run tests after install
author
Shuah Khan
<
[email protected]
>
Mon, 7 Nov 2016 20:24:14 +0000
(13:24 -0700)
committer
Jonathan Corbet
<
[email protected]
>
Tue, 8 Nov 2016 01:04:18 +0000
(18:04 -0700)
Update kselftest.txt with details on how to run tests after install.
Signed-off-by: Shuah Khan <
[email protected]
>
Signed-off-by: Jonathan Corbet <
[email protected]
>
Documentation/kselftest.txt
patch
|
blob
|
history
diff --git
a/Documentation/kselftest.txt
b/Documentation/kselftest.txt
index 54bee77fa728576eebeebe71f3896b097bfaa6b7..e5c7254e73d7d4c079638df02b376f81537bea48 100644
(file)
--- 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
======================