projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8c1d7c
)
selftests/ftrace: install test.d
author
Tyler Baker
<tyler.baker@linaro.org>
Tue, 21 Apr 2015 22:50:01 +0000
(15:50 -0700)
committer
Shuah Khan
<shuahkh@osg.samsung.com>
Tue, 26 May 2015 21:58:06 +0000
(15:58 -0600)
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>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/ftrace/Makefile
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/ftrace/Makefile
b/tools/testing/selftests/ftrace/Makefile
index 346720639d1d6c6d126379738969e679455ae630..0acbeca472255f01bf6a987739f2b8d32213095f 100644
(file)
--- 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