From 3bc54b5a016fce02af29ae1023e429faa5423e7f Mon Sep 17 00:00:00 2001 From: Tyler Baker Date: Tue, 21 Apr 2015 15:50:01 -0700 Subject: 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 --- tools/testing/selftests/ftrace/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/testing/selftests/ftrace/Makefile') 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 -- cgit v1.2.3-59-g8ed1b