linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Doc: update kselftest.txt with details on how to run tests after install
@ 2016-11-07 20:24 Shuah Khan
  2016-11-08  1:04 ` Jonathan Corbet
  2016-11-08 14:13 ` Daniel Vetter
  0 siblings, 2 replies; 4+ messages in thread
From: Shuah Khan @ 2016-11-07 20:24 UTC (permalink / raw)
  To: corbet; +Cc: Shuah Khan, linux-doc, linux-kernel

Update kselftest.txt with details on how to run tests after install.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
---
 Documentation/kselftest.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Documentation/kselftest.txt b/Documentation/kselftest.txt
index 54bee77..e5c7254 100644
--- a/Documentation/kselftest.txt
+++ b/Documentation/kselftest.txt
@@ -70,6 +70,17 @@ To install selftests in an user specified location:
    $ cd tools/testing/selftests
    $ ./kselftest_install.sh install_dir
 
+Running installed selftests
+===========================
+
+Kselftest install as well as the Kselftest tarball provide a script
+named "run_kselftest.sh" to run the tests.
+
+You can simply do the following to run the installed Kselftests. Please
+note some tests will require root privileges.
+
+cd kselftest
+./run_kselftest.sh
 
 Contributing new tests
 ======================
-- 
2.9.3

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

* Re: [PATCH] Doc: update kselftest.txt with details on how to run tests after install
  2016-11-07 20:24 [PATCH] Doc: update kselftest.txt with details on how to run tests after install Shuah Khan
@ 2016-11-08  1:04 ` Jonathan Corbet
  2016-11-08 14:13 ` Daniel Vetter
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2016-11-08  1:04 UTC (permalink / raw)
  To: Shuah Khan; +Cc: linux-doc, linux-kernel

On Mon,  7 Nov 2016 13:24:14 -0700
Shuah Khan <shuahkh@osg.samsung.com> wrote:

> Update kselftest.txt with details on how to run tests after install.
> 
> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>

Applied to the docs tree, thanks.

jon

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

* Re: [PATCH] Doc: update kselftest.txt with details on how to run tests after install
  2016-11-07 20:24 [PATCH] Doc: update kselftest.txt with details on how to run tests after install Shuah Khan
  2016-11-08  1:04 ` Jonathan Corbet
@ 2016-11-08 14:13 ` Daniel Vetter
  2016-11-22 22:52   ` Shuah Khan
  1 sibling, 1 reply; 4+ messages in thread
From: Daniel Vetter @ 2016-11-08 14:13 UTC (permalink / raw)
  To: Shuah Khan; +Cc: corbet, linux-doc, linux-kernel

On Mon, Nov 07, 2016 at 01:24:14PM -0700, Shuah Khan wrote:
> Update kselftest.txt with details on how to run tests after install.
> 
> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
> ---
>  Documentation/kselftest.txt | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/Documentation/kselftest.txt b/Documentation/kselftest.txt
> index 54bee77..e5c7254 100644
> --- a/Documentation/kselftest.txt
> +++ b/Documentation/kselftest.txt
> @@ -70,6 +70,17 @@ To install selftests in an user specified location:
>     $ cd tools/testing/selftests
>     $ ./kselftest_install.sh install_dir
>  
> +Running installed selftests
> +===========================

Since this almost looks like rst already, is there work already to put
this into the shiny new developer tool's documentation?
-Daniel

> +
> +Kselftest install as well as the Kselftest tarball provide a script
> +named "run_kselftest.sh" to run the tests.
> +
> +You can simply do the following to run the installed Kselftests. Please
> +note some tests will require root privileges.
> +
> +cd kselftest
> +./run_kselftest.sh
>  
>  Contributing new tests
>  ======================
> -- 
> 2.9.3
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-doc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* Re: [PATCH] Doc: update kselftest.txt with details on how to run tests after install
  2016-11-08 14:13 ` Daniel Vetter
@ 2016-11-22 22:52   ` Shuah Khan
  0 siblings, 0 replies; 4+ messages in thread
From: Shuah Khan @ 2016-11-22 22:52 UTC (permalink / raw)
  To: corbet, linux-doc, linux-kernel, Shuah Khan

On 11/08/2016 07:13 AM, Daniel Vetter wrote:
> On Mon, Nov 07, 2016 at 01:24:14PM -0700, Shuah Khan wrote:
>> Update kselftest.txt with details on how to run tests after install.
>>
>> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
>> ---
>>  Documentation/kselftest.txt | 11 +++++++++++
>>  1 file changed, 11 insertions(+)
>>
>> diff --git a/Documentation/kselftest.txt b/Documentation/kselftest.txt
>> index 54bee77..e5c7254 100644
>> --- a/Documentation/kselftest.txt
>> +++ b/Documentation/kselftest.txt
>> @@ -70,6 +70,17 @@ To install selftests in an user specified location:
>>     $ cd tools/testing/selftests
>>     $ ./kselftest_install.sh install_dir
>>  
>> +Running installed selftests
>> +===========================
> 
> Since this almost looks like rst already, is there work already to put
> this into the shiny new developer tool's documentation?
> -Daniel
> 

Not yet. I can take care of that next. Thanks for the reminder.

-- Shuah

>> +
>> +Kselftest install as well as the Kselftest tarball provide a script
>> +named "run_kselftest.sh" to run the tests.
>> +
>> +You can simply do the following to run the installed Kselftests. Please
>> +note some tests will require root privileges.
>> +
>> +cd kselftest
>> +./run_kselftest.sh
>>  
>>  Contributing new tests
>>  ======================
>> -- 
>> 2.9.3
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-doc" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

end of thread, other threads:[~2016-11-22 22:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-07 20:24 [PATCH] Doc: update kselftest.txt with details on how to run tests after install Shuah Khan
2016-11-08  1:04 ` Jonathan Corbet
2016-11-08 14:13 ` Daniel Vetter
2016-11-22 22:52   ` Shuah Khan

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).