X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=Documentation%2Fkselftest.txt;h=9bbbcdc598d9ffa4b0a859b533d5eac9f7bf6994;hb=442d0906b8841293b419110c91608dcb45c0b12c;hp=a87d840bacfe11df785995eaee5698f23d565f94;hpb=8328509c4bdf28b83fd7104ca9da01bf3b58c7b0;p=karo-tx-linux.git diff --git a/Documentation/kselftest.txt b/Documentation/kselftest.txt index a87d840bacfe..9bbbcdc598d9 100644 --- a/Documentation/kselftest.txt +++ b/Documentation/kselftest.txt @@ -54,6 +54,22 @@ To run the hotplug tests: - note that some tests will require root privileges. +Install selftests +================= + +You can use kselftest_install.sh tool installs selftests in default +location which is tools/testing/selftests/kselftest or an user specified +location. + +To install selftests in default location: + $ cd tools/testing/selftests + $ ./kselftest_install.sh + +To install selftests in an user specified location: + $ cd tools/testing/selftests + $ ./kselftest_install.sh install_dir + + Contributing new tests ======================