]> 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)
commit6fe80a987b63dc107901d3b46b3d9d677296711f
treefe5cb08eb93f3fb12557c29b2dfc3b21eb36a069
parentb02a48f6af9583e4cbf031ac3b1831a107fc1477
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