From: Anders Roxell Date: Wed, 21 Feb 2018 22:45:58 +0000 (-0800) Subject: selftests/memfd: add run_fuse_test.sh to TEST_FILES X-Git-Tag: v4.14.45~380 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32e139dfb684acc630e9c3ca7b400c62cc00b1dd;p=platform%2Fkernel%2Flinux-rpi.git selftests/memfd: add run_fuse_test.sh to TEST_FILES [ Upstream commit bdefe01a6b14bde268741435ac854fda4ef7e847 ] While testing memfd tests, there is a missing script, as reported by kselftest: ./run_tests.sh: line 7: ./run_fuse_test.sh: No such file or directory Link: http://lkml.kernel.org/r/1517955779-11386-1-git-send-email-daniel.diaz@linaro.org Signed-off-by: Anders Roxell Signed-off-by: Daniel Díaz Cc: Shuah Khan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- diff --git a/tools/testing/selftests/memfd/Makefile b/tools/testing/selftests/memfd/Makefile index 3926a04..36409cb 100644 --- a/tools/testing/selftests/memfd/Makefile +++ b/tools/testing/selftests/memfd/Makefile @@ -5,6 +5,7 @@ CFLAGS += -I../../../../include/ CFLAGS += -I../../../../usr/include/ TEST_PROGS := run_tests.sh +TEST_FILES := run_fuse_test.sh TEST_GEN_FILES := memfd_test fuse_mnt fuse_test fuse_mnt.o: CFLAGS += $(shell pkg-config fuse --cflags)