]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit73e36a2412ca1756ff39ae58e8cc88adc2ff1ddc
tree78d310d66bde41ad32441820b8b9cd37925d2207
parent85c7636bf2fa97987ad39091eff7ec9d9042c397
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