]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: lib.mk: fix test executable status check to use full path
authorShuah Khan <shuahkh@osg.samsung.com>
Fri, 8 Sep 2017 02:04:26 +0000 (20:04 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 21 Sep 2017 13:55:37 +0000 (07:55 -0600)
commitce2259da75b2ecba908bbfb99b746c25282c626e
treefe5cb08eb93f3fb12557c29b2dfc3b21eb36a069
parent1d67544ac3985ebf2a426504a163c59b47b10ba0
selftests: lib.mk: fix test executable status check to use full path

Fix test executable status check to use full path for make O=dir case,m
when tests are relocated to user specified object directory. Without the
full path, this check fails to find the file and fails the test.

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