From: Naresh Kamboju Date: Tue, 28 May 2019 12:18:09 +0000 (+0100) Subject: selftests: vm: install test_vmalloc.sh for run_vmtests X-Git-Tag: v4.19.56~44 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bf51ec92a35e09c64ba024a9afd166712ef0a4f8;p=thirdparty%2Fkernel%2Fstable.git selftests: vm: install test_vmalloc.sh for run_vmtests [ Upstream commit bc2cce3f2ebcae02aa4bb29e3436bf75ee674c32 ] 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 Signed-off-by: Shuah Khan Signed-off-by: Sasha Levin --- diff --git a/tools/testing/selftests/vm/Makefile b/tools/testing/selftests/vm/Makefile index dc68340a6a960..2cf3dc49bd034 100644 --- a/tools/testing/selftests/vm/Makefile +++ b/tools/testing/selftests/vm/Makefile @@ -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