All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: Update kselftest.txt
@ 2015-09-23  9:35 Wang Long
  2015-09-23 13:35 ` Shuah Khan
  2015-09-24 21:52 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Wang Long @ 2015-09-23  9:35 UTC (permalink / raw)
  To: corbet, shuahkh
  Cc: wanglong, long.wanglong, linux-doc, linux-kernel, peifeiyue

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-24 21:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23  9:35 [PATCH] Documentation: Update kselftest.txt Wang Long
2015-09-23 13:35 ` Shuah Khan
2015-09-24 21:52 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.