linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 2/7] selftests/ftrace: install test.d
@ 2015-04-21 22:50 Tyler Baker
  2015-05-06 20:17 ` Shuah Khan
  0 siblings, 1 reply; 2+ messages in thread
From: Tyler Baker @ 2015-04-21 22:50 UTC (permalink / raw)
  To: linux-arm-kernel

The ftrace test requires the directory test.d and all of it's contents to be
present during execution. Use TEST_DIRS to ensure this is copied to the
INSTALL_PATH.

Acked-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
---
 tools/testing/selftests/ftrace/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/ftrace/Makefile b/tools/testing/selftests/ftrace/Makefile
index 3467206..0acbeca 100644
--- a/tools/testing/selftests/ftrace/Makefile
+++ b/tools/testing/selftests/ftrace/Makefile
@@ -1,6 +1,7 @@
 all:
 
 TEST_PROGS := ftracetest
+TEST_DIRS := test.d/
 
 include ../lib.mk
 
-- 
2.1.4

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

* [PATCH v4 2/7] selftests/ftrace: install test.d
  2015-04-21 22:50 [PATCH v4 2/7] selftests/ftrace: install test.d Tyler Baker
@ 2015-05-06 20:17 ` Shuah Khan
  0 siblings, 0 replies; 2+ messages in thread
From: Shuah Khan @ 2015-05-06 20:17 UTC (permalink / raw)
  To: linux-arm-kernel

On 04/21/2015 04:50 PM, Tyler Baker wrote:
> The ftrace test requires the directory test.d and all of it's contents to be
> present during execution. Use TEST_DIRS to ensure this is copied to the
> INSTALL_PATH.
> 
> Acked-by: Michael Ellerman <mpe@ellerman.id.au>
> Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
> ---
>  tools/testing/selftests/ftrace/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tools/testing/selftests/ftrace/Makefile b/tools/testing/selftests/ftrace/Makefile
> index 3467206..0acbeca 100644
> --- a/tools/testing/selftests/ftrace/Makefile
> +++ b/tools/testing/selftests/ftrace/Makefile
> @@ -1,6 +1,7 @@
>  all:
>  
>  TEST_PROGS := ftracetest
> +TEST_DIRS := test.d/
>  
>  include ../lib.mk
>  
> 

Applied to linux-kselftest next for 4.2

thanks,
-- Shuah

-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh at osg.samsung.com | (970) 217-8978

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

end of thread, other threads:[~2015-05-06 20:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-21 22:50 [PATCH v4 2/7] selftests/ftrace: install test.d Tyler Baker
2015-05-06 20:17 ` Shuah Khan

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).