projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
173a3ef
)
selftests/memfd: add run_fuse_test.sh to TEST_FILES
author
Anders Roxell
<
[email protected]
>
Wed, 21 Feb 2018 22:45:58 +0000
(14:45 -0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 21 Feb 2018 23:35:43 +0000
(15:35 -0800)
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/
[email protected]
Signed-off-by: Anders Roxell <
[email protected]
>
Signed-off-by: Daniel Díaz <
[email protected]
>
Cc: Shuah Khan <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
tools/testing/selftests/memfd/Makefile
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/memfd/Makefile
b/tools/testing/selftests/memfd/Makefile
index a5276a91dfbfc91806d737d561acbbfd2bc7f748..0862e6f47a38c8ae56870809c87806cca0e39c95 100644
(file)
--- 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)