Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1231282
| From | Wang Long <long.wanglong@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] Documentation: Update kselftest.txt |
| Date | 2015-09-23 11:40 +0200 |
| Message-ID | <qbOGR-bd-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Add document for how to install selftests. Signed-off-by: Wang Long <long.wanglong@huawei.com> --- Documentation/kselftest.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Documentation/kselftest.txt b/Documentation/kselftest.txt index a87d840..9bbbcdc 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 ====================== -- 1.8.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] Documentation: Update kselftest.txt Wang Long <long.wanglong@huawei.com> - 2015-09-23 11:40 +0200 Re: [PATCH] Documentation: Update kselftest.txt Shuah Khan <shuahkh@osg.samsung.com> - 2015-09-23 15:40 +0200 Re: [PATCH] Documentation: Update kselftest.txt Jonathan Corbet <corbet@lwn.net> - 2015-09-25 00:00 +0200
csiph-web