[Libreoffice-commits] core.git: testtools/CustomTarget_uno_test.mk

Stephan Bergmann sbergman at redhat.com
Tue Sep 16 08:53:12 PDT 2014


 testtools/CustomTarget_uno_test.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3dd3e964d5426982304afd84205c30ec9dd45622
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Sep 16 17:52:05 2014 +0200

    Missing dependency on uno ini-file
    
    Change-Id: I5766aa66da700d5e2962f65510e047655d13a218

diff --git a/testtools/CustomTarget_uno_test.mk b/testtools/CustomTarget_uno_test.mk
index c355d22..016eda3 100644
--- a/testtools/CustomTarget_uno_test.mk
+++ b/testtools/CustomTarget_uno_test.mk
@@ -15,6 +15,7 @@ $(eval $(call gb_CustomTarget_CustomTarget,testtools/uno_test))
 $(call gb_CustomTarget_get_target,testtools/uno_test) : \
 		$(call gb_Executable_get_runtime_dependencies,uno) \
 		$(call gb_InternalUnoApi_get_target,bridgetest) \
+		$(call gb_Package_get_target,instsetoo_native_setup) \
 		$(call gb_Rdb_get_target,uno_services) \
 		$(call gb_Rdb_get_target,ure/services) \
 		$(call gb_UnoApi_get_target,udkapi)


More information about the Libreoffice-commits mailing list