Doc: update kselftest.txt with details on how to run tests after install
authorShuah Khan <shuahkh@osg.samsung.com>
Mon, 7 Nov 2016 20:24:14 +0000 (13:24 -0700)
committerJonathan Corbet <corbet@lwn.net>
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 <shuahkh@osg.samsung.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/kselftest.txt

index 54bee77fa728576eebeebe71f3896b097bfaa6b7..e5c7254e73d7d4c079638df02b376f81537bea48 100644 (file)
@@ -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
 ======================