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

Commit 10924bc6 authored by Shuah Khan's avatar Shuah Khan
Browse files

selftests: move dnotify_test from Documentation/filesystems



Move dnotify_test.c, Makefile, and .gitignore from Documentation/filesystems
to selftests/filesystems.

Remove filesystems build target from Documentation/Makefile and update
selftests/filesystems/Makefile to work under selftests. dnotify_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 c3cb8356
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
subdir-y := accounting auxdisplay blackfin \
	filesystems filesystems ia64 laptops mic misc-devices \
	ia64 laptops mic misc-devices \
	networking pcmcia prctl ptp timers vDSO watchdog
+0 −5
Original line number Diff line number Diff line
# List of programs to build
hostprogs-y := dnotify_test

# Tell kbuild to always build the programs
always := $(hostprogs-y)
+7 −0
Original line number Diff line number Diff line
TEST_PROGS := dnotify_test
all: $(TEST_PROGS)

include ../lib.mk

clean:
	rm -fr $(TEST_PROGS)