selftests: mqueue: Use full path to run tests from Makefile
authorShuah Khan <shuahkh@osg.samsung.com>
Tue, 12 Sep 2017 14:52:13 +0000 (08:52 -0600)
committerShuah Khan <shuahkh@osg.samsung.com>
Mon, 25 Sep 2017 16:08:59 +0000 (10:08 -0600)
commit8230b905a6780c60372bf5df7bf5f23041ca3196
tree78d310d66bde41ad32441820b8b9cd37925d2207
parent9c3340ea7f5dabf88ca096a917cb0ab1f208ef2a
selftests: mqueue: Use full path to run tests from Makefile

Use full path including $(OUTPUT) to run tests from Makefile for
normal case when objects reside in the source tree as well as when
objects are relocated with make O=dir. In both cases $(OUTPUT) will
be set correctly by lib.mk.

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