diff mbox series

selftests/memfd: add run_fuse_test.sh to TEST_FILES

Message ID 1517955779-11386-1-git-send-email-daniel.diaz@linaro.org
State New
Headers show
Series selftests/memfd: add run_fuse_test.sh to TEST_FILES | expand

Commit Message

Daniel Díaz Feb. 6, 2018, 10:22 p.m. UTC
From: Anders Roxell <anders.roxell@linaro.org>


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

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>

Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>

---
 tools/testing/selftests/memfd/Makefile | 1 +
 1 file changed, 1 insertion(+)

-- 
2.7.4

Comments

Shuah Khan Feb. 13, 2018, 9:24 p.m. UTC | #1
On 02/06/2018 03:22 PM, Daniel Díaz wrote:
> From: Anders Roxell <anders.roxell@linaro.org>

> 

> 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

> 

> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>

> Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>

> ---

>  tools/testing/selftests/memfd/Makefile | 1 +

>  1 file changed, 1 insertion(+)

> 

> diff --git a/tools/testing/selftests/memfd/Makefile b/tools/testing/selftests/memfd/Makefile

> index a5276a9..0862e6f 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)

> 


Looks like Andrew applied this mm. It will go through mm tree.

thanks,
-- Shuah
diff mbox series

Patch

diff --git a/tools/testing/selftests/memfd/Makefile b/tools/testing/selftests/memfd/Makefile
index a5276a9..0862e6f 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)