diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-16 17:52:05 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-16 17:52:05 +0200 |
commit | 3dd3e964d5426982304afd84205c30ec9dd45622 (patch) | |
tree | 2a10f4dce8794a044d1f24e8a4a3eaccb3db88d8 /testtools | |
parent | fdace2238a262c88562f3461feae45dec75cd02c (diff) |
Missing dependency on uno ini-file
Change-Id: I5766aa66da700d5e2962f65510e047655d13a218
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/CustomTarget_uno_test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testtools/CustomTarget_uno_test.mk b/testtools/CustomTarget_uno_test.mk index c355d22e87fd..016eda3640d1 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) |