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>
This commit is contained in:
Родитель
b6ebbac51b
Коммит
02a35aad8a
|
@ -1,2 +1 @@
|
|||
watchdog-simple
|
||||
watchdog-test
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# List of programs to build
|
||||
hostprogs-y := watchdog-simple watchdog-test
|
||||
hostprogs-y := watchdog-simple
|
||||
|
||||
# Tell kbuild to always build the programs
|
||||
always := $(hostprogs-y)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
watchdog-test
|
|
@ -0,0 +1,8 @@
|
|||
TEST_PROGS := watchdog-test
|
||||
|
||||
all: $(TEST_PROGS)
|
||||
|
||||
include ../lib.mk
|
||||
|
||||
clean:
|
||||
rm -fr $(TEST_PROGS)
|
Загрузка…
Ссылка в новой задаче