]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests: vm: install test_vmalloc.sh for run_vmtests
authorNaresh Kamboju <naresh.kamboju@linaro.org>
Tue, 28 May 2019 12:18:09 +0000 (13:18 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Jun 2019 03:35:56 +0000 (11:35 +0800)
commitbf51ec92a35e09c64ba024a9afd166712ef0a4f8
tree591f0c38830c823d9f987751cb0c60dd8b0f5f16
parenta0e8215eb9f8cc1b28b5c42ea559eece06e8391f
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 <naresh.kamboju@linaro.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/vm/Makefile