1
0
Fork 0

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>
steinar/wifi_calib_4_9_kernel
Tyler Baker 2015-04-21 15:50:01 -07:00 committed by Shuah Khan
parent e8c1d7cdf1
commit 3bc54b5a01
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
all:
TEST_PROGS := ftracetest
TEST_DIRS := test.d/
include ../lib.mk