Преглед изворни кода

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