瀏覽代碼

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>
Tyler Baker 10 年之前
父節點
當前提交
3bc54b5a01
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/testing/selftests/ftrace/Makefile

+ 1 - 0
tools/testing/selftests/ftrace/Makefile

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