Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1482761
| From | Timur Tabi <timur@codeaurora.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 6/6] selftests: move watchdog tests from Documentation/watchdog |
| Date | 2016-09-13 22:40 +0200 |
| Message-ID | <sh2EN-6PW-11@gated-at.bofh.it> (permalink) |
| References | <sh2lr-6IR-3@gated-at.bofh.it> <sh2lr-6IR-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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? > 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 > 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? -- Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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