aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2015-04-21 15:50:01 -0700
committerShuah Khan <shuahkh@osg.samsung.com>2015-05-26 15:58:06 -0600
commit3bc54b5a016fce02af29ae1023e429faa5423e7f (patch)
tree4af14ce4fc2844bd1ae9a826a7225f3fe615c18b /tools/testing/selftests
parentselftests: copy TEST_DIRS to INSTALL_PATH (diff)
downloadlinux-dev-3bc54b5a016fce02af29ae1023e429faa5423e7f.tar.xz
linux-dev-3bc54b5a016fce02af29ae1023e429faa5423e7f.zip
selftests/ftrace: install test.d
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>
Diffstat (limited to 'tools/testing/selftests')
-rw-r--r--tools/testing/selftests/ftrace/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/ftrace/Makefile b/tools/testing/selftests/ftrace/Makefile
index 346720639d1d..0acbeca47225 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