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


Groups > linux.kernel > #1482771

Re: [PATCH v2 6/6] selftests: move watchdog tests from Documentation/watchdog

From Shuah Khan <shuahkh@osg.samsung.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2 6/6] selftests: move watchdog tests from Documentation/watchdog
Date 2016-09-13 22:50 +0200
Message-ID <sh2Ou-6TO-33@gated-at.bofh.it> (permalink)
References <sh2lr-6IR-3@gated-at.bofh.it> <sh2lr-6IR-25@gated-at.bofh.it> <sh2EN-6PW-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 09/13/2016 02:33 PM, Timur Tabi wrote:
> Shuah Khan wrote:
>> Remove watchdog-test from Makefile to move the test to selftests.
>>
>> Add Makefile and .gitignore to for watchdog-test. watchdog-test will
> 
> to for?

Thanks - will fix that.

> 
>> not be run as part of selftests suite and will not be included in
>> install targets.  It can be built separately for now.
>>
>> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
>> ---
>>   Documentation/watchdog/src/.gitignore            |   1 -
>>   Documentation/watchdog/src/Makefile              |   2 +-
>>   Documentation/watchdog/src/watchdog-test.c       | 105 -----------------------
>>   tools/testing/selftests/watchdog/.gitignore      |   1 +
>>   tools/testing/selftests/watchdog/Makefile        |   8 ++
>>   tools/testing/selftests/watchdog/watchdog-test.c | 105 +++++++++++++++++++++++
> 
> Please use -M when calling git-format-patch

okay.

> 
>>   6 files changed, 115 insertions(+), 107 deletions(-)
>>   delete mode 100644 Documentation/watchdog/src/watchdog-test.c
>>   create mode 100644 tools/testing/selftests/watchdog/.gitignore
>>   create mode 100644 tools/testing/selftests/watchdog/Makefile
>>   create mode 100644 tools/testing/selftests/watchdog/watchdog-test.c
>>
>> diff --git a/Documentation/watchdog/src/.gitignore b/Documentation/watchdog/src/.gitignore
>> index ac90997..ff0ebb5 100644
>> --- a/Documentation/watchdog/src/.gitignore
>> +++ b/Documentation/watchdog/src/.gitignore
>> @@ -1,2 +1 @@
>>   watchdog-simple
>> -watchdog-test
> 
> Why not also watchdog-simple?
> 

Is watchdog-simple a test or a sample/example? I thought this
is an example, and planning to move that under examples?

If this is a test, I will re-do the patch to include it.

thanks,
-- Shuah

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


Thread

[PATCH v2 0/6] Move runnable code (tests) from Documentation to selftests Shuah Khan <shuahkh@osg.samsung.com> - 2016-09-13 22:20 +0200
  [PATCH v2 6/6] selftests: move watchdog tests from Documentation/watchdog Shuah Khan <shuahkh@osg.samsung.com> - 2016-09-13 22:20 +0200
    Re: [PATCH v2 6/6] selftests: move watchdog tests from  Documentation/watchdog Timur Tabi <timur@codeaurora.org> - 2016-09-13 22:40 +0200
      Re: [PATCH v2 6/6] selftests: move watchdog tests from  Documentation/watchdog Shuah Khan <shuahkh@osg.samsung.com> - 2016-09-13 22:50 +0200
        Re: [PATCH v2 6/6] selftests: move watchdog tests from  Documentation/watchdog Timur Tabi <timur@codeaurora.org> - 2016-09-13 23:00 +0200
  [PATCH v2 5/6] selftests: move ia64 tests from Documentation/ia64 Shuah Khan <shuahkh@osg.samsung.com> - 2016-09-13 22:20 +0200
  [PATCH v2 2/6] selftests: move prctl tests from Documentation/prctl Shuah Khan <shuahkh@osg.samsung.com> - 2016-09-13 22:30 +0200
  [PATCH v2 3/6] selftests: move ptp tests from Documentation/ptp Shuah Khan <shuahkh@osg.samsung.com> - 2016-09-13 22:30 +0200
  [PATCH v2 4/6] selftests: move vDSO tests from Documentation/vDSO Shuah Khan <shuahkh@osg.samsung.com> - 2016-09-13 22:30 +0200
  Re: [PATCH v2 0/6] Move runnable code (tests) from Documentation to  selftests Jonathan Corbet <corbet@lwn.net> - 2016-09-14 15:40 +0200

csiph-web