From: Shuah Khan Date: Mon, 7 Nov 2016 20:24:14 +0000 (-0700) Subject: Doc: update kselftest.txt with details on how to run tests after install X-Git-Tag: v4.10-rc2~2^2~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78566cf137dab5682d00721d6f7277cedbc2635d;p=platform%2Fkernel%2Flinux-exynos.git 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 Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/kselftest.txt b/Documentation/kselftest.txt index 54bee77..e5c7254 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 ======================