linux-hardened/tools/testing/selftests/powerpc/dscr
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
..
.gitignore selftests/powerpc: Add gitignore file for the new DSCR tests 2015-06-07 19:38:20 +10:00
dscr.h selftests/powerpc: Add more SPR numbers, TM & VMX instructions to 'reg.h'/'instructions.h' 2016-11-17 17:11:47 +11:00
dscr_default_test.c
dscr_explicit_test.c selftests/powerpc: Add test for explicitly changing DSCR value 2015-06-07 19:36:08 +10:00
dscr_inherit_exec_test.c powerpc: Fix DSCR inheritance over fork() 2015-12-10 21:11:13 +11:00
dscr_inherit_test.c powerpc: Fix DSCR inheritance over fork() 2015-12-10 21:11:13 +11:00
dscr_sysfs_test.c selftests/powerpc: Add test for all DSCR sysfs interfaces 2015-06-07 19:37:58 +10:00
dscr_sysfs_thread_test.c selftests/powerpc: Add thread based stress test for DSCR sysfs interfaces 2015-06-07 19:38:18 +10:00
dscr_user_test.c selftests/powerpc: Add test for DSCR SPR numbers 2015-06-07 19:36:51 +10:00
Makefile selftests: remove duplicated all and clean target 2017-01-05 13:41:35 -07:00