Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02a35aad authored by Shuah Khan's avatar Shuah Khan
Browse files

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: default avatarJonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent b6ebbac5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
watchdog-simple
watchdog-test
+1 −1
Original line number Diff line number Diff line
# 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 −0
Original line number Diff line number Diff line
watchdog-test
+8 −0
Original line number Diff line number Diff line
TEST_PROGS := watchdog-test

all: $(TEST_PROGS)

include ../lib.mk

clean:
	rm -fr $(TEST_PROGS)