Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1528011

Re: [PATCH] Doc: update kselftest.txt with details on how to run tests after install

From Shuah Khan <shuahkh@osg.samsung.com>
Newsgroups linux.kernel
Subject Re: [PATCH] Doc: update kselftest.txt with details on how to run tests after install
Date 2016-11-23 00:00 +0100
Message-ID <sGscG-4Zb-9@gated-at.bofh.it> (permalink)
References <sAYIh-87K-7@gated-at.bofh.it> <sBfpL-20X-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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
> 

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH] Doc: update kselftest.txt with details on how to run  tests after install Shuah Khan <shuahkh@osg.samsung.com> - 2016-11-23 00:00 +0100

csiph-web