Files
android_kernel_xiaomi_sm8450/tools/testing/selftests/ftrace/Makefile
Tyler Baker 3bc54b5a01 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>
2015-05-26 15:58:06 -06:00

10 lines
94 B
Makefile

all:
TEST_PROGS := ftracetest
TEST_DIRS := test.d/
include ../lib.mk
clean:
rm -rf logs/*