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: Ubuntu-5.0.0-8.9~2970^2~3 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=bdefe01a6b14bde268741435ac854fda4ef7e847;p=mirror_ubuntu-disco-kernel.git selftests/memfd: add run_fuse_test.sh to TEST_FILES 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 --- diff --git a/tools/testing/selftests/memfd/Makefile b/tools/testing/selftests/memfd/Makefile index a5276a91dfbf..0862e6f47a38 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)