]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: remove useless TEST_DIRS
authorbamvor.zhangjian@huawei.com <bamvor.zhangjian@huawei.com>
Tue, 29 Nov 2016 11:55:48 +0000 (19:55 +0800)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 5 Jan 2017 20:41:56 +0000 (13:41 -0700)
commit27f9482caf3ba438414f58560351cd54842abd7b
treeec76c284076686ef0ee2ef93136538f5ae942489
parent9b0106044ebefcc0d5b43b18adb69532d9a9a6fc
selftests: remove useless TEST_DIRS

The TEST_DIRS was introduced in Commit 17a3cf2b28ba ("selftests: copy
TEST_DIRS to INSTALL_PATH") for coping a whole directory in ftrace.

After rsync(with -a) is introduced by Commit 69bcdc976acd ("selftests:
change install command to rsync"). Rsync could handle the directory
without the definition of TEST_DIRS.

This patch simply replace TEST_DIRS with TEST_FILES in ftrace and remove
the TEST_DIRS in tools/testing/selftest/lib.mk

Acked-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>
tools/testing/selftests/ftrace/Makefile
tools/testing/selftests/lib.mk