mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 21:24:08 +08:00
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:
parent
b6ebbac51b
commit
02a35aad8a
1
Documentation/watchdog/src/.gitignore
vendored
1
Documentation/watchdog/src/.gitignore
vendored
@ -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)
|
||||
|
1
tools/testing/selftests/watchdog/.gitignore
vendored
Normal file
1
tools/testing/selftests/watchdog/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
watchdog-test
|
8
tools/testing/selftests/watchdog/Makefile
Normal file
8
tools/testing/selftests/watchdog/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
TEST_PROGS := watchdog-test
|
||||
|
||||
all: $(TEST_PROGS)
|
||||
|
||||
include ../lib.mk
|
||||
|
||||
clean:
|
||||
rm -fr $(TEST_PROGS)
|
Loading…
Reference in New Issue
Block a user