mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
uclibc: fix testsuite
Unless the tests are built with TEST_INSTALLED_UCLIBC their rpath will point to the build directory rather than runtime directory, resulting in non-executable tests for the target. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
25043d8a31
commit
bb1324288a
@ -386,6 +386,7 @@ ifeq ($(BR2_UCLIBC_INSTALL_TEST_SUITE),y)
|
|||||||
define UCLIBC_BUILD_TEST_SUITE
|
define UCLIBC_BUILD_TEST_SUITE
|
||||||
$(MAKE1) -C $(@D) \
|
$(MAKE1) -C $(@D) \
|
||||||
$(UCLIBC_MAKE_FLAGS) \
|
$(UCLIBC_MAKE_FLAGS) \
|
||||||
|
TEST_INSTALLED_UCLIBC=1 \
|
||||||
UCLIBC_ONLY=1 \
|
UCLIBC_ONLY=1 \
|
||||||
test_compile
|
test_compile
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user