linux_dsm_epyc7002/tools/testing/selftests/ftrace/Makefile
Bamvor Jian Zhang 900d65ee11 selftests: change install command to rsync
The command of install could not handle the special files in exec
testcases, change the default rule to rsync to fix this.

The installation is unchanged after this commit.

Suggested-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
2015-09-14 16:43:51 -06:00

10 lines
93 B
Makefile

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