diff options
author | Tyler Baker <tyler.baker@linaro.org> | 2015-04-21 15:50:01 -0700 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-05-26 15:58:06 -0600 |
commit | 3bc54b5a016fce02af29ae1023e429faa5423e7f (patch) | |
tree | 4af14ce4fc2844bd1ae9a826a7225f3fe615c18b | |
parent | e8c1d7cdf13707a919f5a067c69d37b532cd09ab (diff) | |
download | linux-3bc54b5a016fce02af29ae1023e429faa5423e7f.tar.gz linux-3bc54b5a016fce02af29ae1023e429faa5423e7f.tar.bz2 linux-3bc54b5a016fce02af29ae1023e429faa5423e7f.zip |
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>
-rw-r--r-- | tools/testing/selftests/ftrace/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |