projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98a13a8
)
selftests: vm: install test_vmalloc.sh for run_vmtests
author
Naresh Kamboju
<naresh.kamboju@linaro.org>
Tue, 28 May 2019 12:18:09 +0000
(13:18 +0100)
committer
Shuah Khan
<skhan@linuxfoundation.org>
Thu, 30 May 2019 14:32:57 +0000
(08:32 -0600)
Add test_vmalloc.sh to TEST_FILES to make sure it gets installed for
run_vmtests.
Fixed below error:
./run_vmtests: line 217: ./test_vmalloc.sh: No such file or directory
Tested with: make TARGETS=vm install INSTALL_PATH=$PWD/x
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/vm/Makefile
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/vm/Makefile
b/tools/testing/selftests/vm/Makefile
index e13eb6cc890187ee3e20cc94a3b859a00db3fb9d..05306c58ff9fc50d4ef030c3dfbe852df41b4bef 100644
(file)
--- a/
tools/testing/selftests/vm/Makefile
+++ b/
tools/testing/selftests/vm/Makefile
@@
-25,6
+25,8
@@
TEST_GEN_FILES += virtual_address_range
TEST_PROGS := run_vmtests
+TEST_FILES := test_vmalloc.sh
+
KSFT_KHDR_INSTALL := 1
include ../lib.mk