linux-kernel.vger.kernel.org archive mirror
 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

* Re: [PATCH] Documentation: Update kselftest.txt
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Shuah Khan @ 2015-09-23 13:35 UTC (permalink / raw)
  To: Wang Long, corbet
  Cc: wanglong, linux-doc, linux-kernel, peifeiyue, Shuah Khan

On 09/23/2015 03:35 AM, Wang Long wrote:
> Add document for how to install selftests.
> 
> Signed-off-by: Wang Long <long.wanglong@huawei.com>

Thanks for doing this. Here is my Ack for Jon to take this though
the Documentation tree:

Acked-by: Shuah Khan <shuahkh@osg.samsung.com>

-- Shuah
> ---
>  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
>  ======================
>  
> 


-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh@osg.samsung.com | (970) 217-8978

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

* Re: [PATCH] Documentation: Update kselftest.txt
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2015-09-24 21:52 UTC (permalink / raw)
  To: Wang Long; +Cc: shuahkh, wanglong, linux-doc, linux-kernel, peifeiyue

On Wed, 23 Sep 2015 09:35:25 +0000
Wang Long <long.wanglong@huawei.com> wrote:

> Add document for how to install selftests.

Applied to the docs tree (with Shuah's ack), thanks.

jon

^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).