]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: sync: kselftest and kselftest-clean fail for make O=dir case
authorShuah Khan <shuahkh@osg.samsung.com>
Mon, 11 Sep 2017 20:14:41 +0000 (14:14 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 21 Sep 2017 13:55:40 +0000 (07:55 -0600)
commit687bb6859171144e5a20b6beece3accc2d736118
treeb5128f71dba597797535b4a1af917f07d17bc71a
parent340f37456dff9b36e2189dab0bd042f822d5c634
selftests: sync: kselftest and kselftest-clean fail for make O=dir case

sync test fails to build when object directory is specified to relocate
object files. Fix it to specify the correct path. Fix clean target to
remove objects. Also include simplified logic to use TEST_CUSTOM_PROGS
in build and clean targets instead of hard-coding the test name each
time.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/sync/Makefile