]> git.karo-electronics.de Git - linux-beck.git/commitdiff
selftests/ftrace: install test.d
authorTyler Baker <tyler.baker@linaro.org>
Tue, 21 Apr 2015 22:50:01 +0000 (15:50 -0700)
committerShuah 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

index 346720639d1d6c6d126379738969e679455ae630..0acbeca472255f01bf6a987739f2b8d32213095f 100644 (file)
@@ -1,6 +1,7 @@
 all:
 
 TEST_PROGS := ftracetest
+TEST_DIRS := test.d/
 
 include ../lib.mk