mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
selftests: vm: install test_vmalloc.sh for run_vmtests
[ Upstream commit bc2cce3f2e ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
a0e8215eb9
commit
bf51ec92a3
@@ -24,6 +24,8 @@ TEST_GEN_FILES += virtual_address_range
|
||||
|
||||
TEST_PROGS := run_vmtests
|
||||
|
||||
TEST_FILES := test_vmalloc.sh
|
||||
|
||||
KSFT_KHDR_INSTALL := 1
|
||||
include ../lib.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user