From: Tyler Baker Date: Tue, 21 Apr 2015 22:50:01 +0000 (-0700) Subject: selftests/ftrace: install test.d X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3bc54b5a016fce02af29ae1023e429faa5423e7f;p=linux-beck.git 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 Signed-off-by: Tyler Baker Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/ftrace/Makefile b/tools/testing/selftests/ftrace/Makefile index 346720639d1d..0acbeca47225 100644 --- a/tools/testing/selftests/ftrace/Makefile +++ b/tools/testing/selftests/ftrace/Makefile @@ -1,6 +1,7 @@ all: TEST_PROGS := ftracetest +TEST_DIRS := test.d/ include ../lib.mk