selftests: move watchdog tests from Documentation/watchdog
authorShuah Khan <shuahkh@osg.samsung.com>
Tue, 13 Sep 2016 19:03:35 +0000 (13:03 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 20 Sep 2016 15:58:34 +0000 (09:58 -0600)
commit02a35aad8a3e0b2bde1986053cefc2fcd63aee5d
treea06f839bc7e20151e1efef5765c7db5d1000e8e7
parentb6ebbac51bedf9e98e837688bc838f400196da5e
selftests: move watchdog tests from Documentation/watchdog

Remove watchdog-test from Makefile to move the test to selftests.

Add Makefile and .gitignore for watchdog-test. watchdog-test will
not be run as part of selftests suite and will not be included in
install targets.  It can be built separately for now.

Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Documentation/watchdog/src/.gitignore
Documentation/watchdog/src/Makefile
Documentation/watchdog/src/watchdog-test.c [deleted file]
tools/testing/selftests/watchdog/.gitignore [new file with mode: 0644]
tools/testing/selftests/watchdog/Makefile [new file with mode: 0644]
tools/testing/selftests/watchdog/watchdog-test.c [new file with mode: 0644]