linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests: vm: install test_vmalloc.sh for run_vmtests
@ 2019-05-28 12:18 Naresh Kamboju
  2019-05-28 18:02 ` Uladzislau Rezki
  0 siblings, 1 reply; 2+ messages in thread
From: Naresh Kamboju @ 2019-05-28 12:18 UTC (permalink / raw)
  To: linux-kselftest
  Cc: urezki, shuah, keescook, willy, mhocko, oleksiy.avramchenko,
	linux-kernel, 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 <naresh.kamboju@linaro.org>
---
 tools/testing/selftests/vm/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/testing/selftests/vm/Makefile b/tools/testing/selftests/vm/Makefile
index e13eb6cc8901..05306c58ff9f 100644
--- 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
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] selftests: vm: install test_vmalloc.sh for run_vmtests
  2019-05-28 12:18 [PATCH] selftests: vm: install test_vmalloc.sh for run_vmtests Naresh Kamboju
@ 2019-05-28 18:02 ` Uladzislau Rezki
  0 siblings, 0 replies; 2+ messages in thread
From: Uladzislau Rezki @ 2019-05-28 18:02 UTC (permalink / raw)
  To: Naresh Kamboju
  Cc: linux-kselftest, urezki, shuah, keescook, willy, mhocko,
	oleksiy.avramchenko, linux-kernel

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_PATH=$PWD/x
> 
> Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
> ---
>  tools/testing/selftests/vm/Makefile | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tools/testing/selftests/vm/Makefile b/tools/testing/selftests/vm/Makefile
> index e13eb6cc8901..05306c58ff9f 100644
> --- 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
>  
> -- 
> 2.17.1
> 
I missed that point during integrating with selftests.
Anyway the patch looks good to me.

Thank you for fixing it!

--
Vlad Rezki

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-28 18:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28 12:18 [PATCH] selftests: vm: install test_vmalloc.sh for run_vmtests Naresh Kamboju
2019-05-28 18:02 ` Uladzislau Rezki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).