linux/tools/testing/selftests/powerpc
bamvor.zhangjian@huawei.com 88baa78d1f selftests: remove duplicated all and clean target
Currently, kselftest use TEST_PROGS, TEST_PROGS_EXTENDED, TEST_FILES to
indicate the test program, extended test program and test files. It is
easy to understand the purpose of these files. But mix of compiled and
uncompiled files lead to duplicated "all" and "clean" targets.

In order to remove the duplicated targets, introduce TEST_GEN_PROGS,
TEST_GEN_PROGS_EXTENDED, TEST_GEN_FILES to indicate the compiled
objects.

Also, the later patch will make use of TEST_GEN_XXX to redirect these
files to output directory indicated by KBUILD_OUTPUT or O.

And add this changes to "Contributing new tests(details)" of
Documentation/kselftest.txt.

Signed-off-by: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
2017-01-05 13:41:35 -07:00
..
alignment selftests: remove duplicated all and clean target 2017-01-05 13:41:35 -07:00
benchmarks selftests: remove duplicated all and clean target 2017-01-05 13:41:35 -07:00
context_switch selftests: remove duplicated all and clean target 2017-01-05 13:41:35 -07:00
copyloops selftests: remove duplicated all and clean target 2017-01-05 13:41:35 -07:00
dscr selftests: remove duplicated all and clean target 2017-01-05 13:41:35 -07:00
include selftests/powerpc: Add ptrace tests for GPR/FPR registers 2016-11-17 17:11:48 +11:00
lib selftests/powerpc: Add ptrace tests for VSX, VMX registers 2016-11-17 17:11:51 +11:00
math selftests: remove duplicated all and clean target 2017-01-05 13:41:35 -07:00
mm selftests: remove duplicated all and clean target 2017-01-05 13:41:35 -07:00
pmu selftests: remove duplicated all and clean target 2017-01-05 13:41:35 -07:00
primitives selftests: remove duplicated all and clean target 2017-01-05 13:41:35 -07:00
ptrace selftests/powerpc: Add ptrace tests for TM SPR registers 2016-11-17 17:11:52 +11:00
scripts selftests/powerpc: Add script to test HMI functionality 2015-12-17 10:46:43 +11:00
signal selftests/powerpc: Move shared headers into new include dir 2016-11-17 17:11:47 +11:00
stringloops selftests: remove duplicated all and clean target 2017-01-05 13:41:35 -07:00
switch_endian selftests: remove duplicated all and clean target 2017-01-05 13:41:35 -07:00
syscalls selftests: remove duplicated all and clean target 2017-01-05 13:41:35 -07:00
tm selftests: remove duplicated all and clean target 2017-01-05 13:41:35 -07:00
vphn selftests: remove duplicated all and clean target 2017-01-05 13:41:35 -07:00
harness.c selftests/powerpc: Allow tests to extend their kill timeout 2016-10-04 20:10:13 +11:00
Makefile selftests/powerpc: Add ptrace tests for GPR/FPR registers 2016-11-17 17:11:48 +11:00
utils.c selftests/powerpc: Move pick_online_cpu() up into utils.c 2015-12-17 10:46:41 +11:00