Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: Update kselftest.txt

Add document for how to install selftests.

Signed-off-by: Wang Long <long.wanglong@huawei.com>
Acked-by: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Wang Long and committed by
Jonathan Corbet
76caa6ca 7bc590b2

+16
+16
Documentation/kselftest.txt
··· 54 54 - note that some tests will require root privileges. 55 55 56 56 57 + Install selftests 58 + ================= 59 + 60 + You can use kselftest_install.sh tool installs selftests in default 61 + location which is tools/testing/selftests/kselftest or an user specified 62 + location. 63 + 64 + To install selftests in default location: 65 + $ cd tools/testing/selftests 66 + $ ./kselftest_install.sh 67 + 68 + To install selftests in an user specified location: 69 + $ cd tools/testing/selftests 70 + $ ./kselftest_install.sh install_dir 71 + 72 + 57 73 Contributing new tests 58 74 ====================== 59 75