aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/watchdog/Makefile
diff options
context:
space:
mode:
authorShuah Khan <shuahkh@osg.samsung.com>2016-09-13 13:03:35 -0600
committerShuah Khan <shuahkh@osg.samsung.com>2016-09-20 09:58:34 -0600
commit02a35aad8a3e0b2bde1986053cefc2fcd63aee5d (patch)
treea06f839bc7e20151e1efef5765c7db5d1000e8e7 /tools/testing/selftests/watchdog/Makefile
parentselftests: move ia64 tests from Documentation/ia64 (diff)
downloadlinux-dev-02a35aad8a3e0b2bde1986053cefc2fcd63aee5d.tar.xz
linux-dev-02a35aad8a3e0b2bde1986053cefc2fcd63aee5d.zip
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>
Diffstat (limited to 'tools/testing/selftests/watchdog/Makefile')
-rw-r--r--tools/testing/selftests/watchdog/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/testing/selftests/watchdog/Makefile b/tools/testing/selftests/watchdog/Makefile
new file mode 100644
index 000000000000..f863c664e3d1
--- /dev/null
+++ b/tools/testing/selftests/watchdog/Makefile
@@ -0,0 +1,8 @@
+TEST_PROGS := watchdog-test
+
+all: $(TEST_PROGS)
+
+include ../lib.mk
+
+clean:
+ rm -fr $(TEST_PROGS)