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)
commite0a5696a23290c31c5ac2c76f0e7fe50a12c1fc6
treefe5cb08eb93f3fb12557c29b2dfc3b21eb36a069
parent52fd1d082398b928a86d4fdf33c9f3abe1bf7914
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