Re: [PATCH] selftests: vm: install test_vmalloc.sh for run_vmtests

2019-05-28 Thread Uladzislau Rezki
On Tue, May 28, 2019 at 01:18:09PM +0100, Naresh Kamboju wrote: > 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_PAT

[PATCH] selftests: vm: install test_vmalloc.sh for run_vmtests

2019-05-28 Thread Naresh Kamboju
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 --- tools/testing/selftests/vm/Makef