Skip to content

Commit

Permalink
selftests/ftrace: install test.d
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tyler Baker authored and Shuah Khan committed May 26, 2015
1 parent e8c1d7c commit 3bc54b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/testing/selftests/ftrace/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
all:

TEST_PROGS := ftracetest
TEST_DIRS := test.d/

include ../lib.mk

Expand Down

0 comments on commit 3bc54b5

Please sign in to comment.