summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-07-30 20:09:14 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-22 08:15:37 +0200
commit0906641801275f3b9e67cf1916f86691f26de9c3 (patch)
tree96535afb90e312c166a7ec8c45448f265942040b /testtools
parente11f0576b9b992b038f69b358889bfccdeca4cef (diff)
add necessary deps for the test to run
Change-Id: I341b9bf3343f38d93b11ca3265fb8dbb0434aca8
Diffstat (limited to 'testtools')
-rw-r--r--testtools/CustomTarget_uno_test.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/testtools/CustomTarget_uno_test.mk b/testtools/CustomTarget_uno_test.mk
index 7c8d016bd1c1..ac907f548670 100644
--- a/testtools/CustomTarget_uno_test.mk
+++ b/testtools/CustomTarget_uno_test.mk
@@ -29,8 +29,12 @@ $(eval $(call gb_CustomTarget_CustomTarget,testtools/uno_test))
# this target is phony to run it every time
.PHONY : $(call gb_CustomTarget_get_target,testtools/uno_test)
+# NOTE: the dependency on ure/services.rdb is there because we need some
+# of the URE libs from stoc and this is the easiest way to ensure they
+# are available when the test is run .-)
$(call gb_CustomTarget_get_target,testtools/uno_test) : \
$(call gb_Rdb_get_outdir_target,uno_services) \
+ $(call gb_Rdb_get_outdir_target,ure/services) \
$(call gb_Executable_get_target_for_build,uno) \
$(call gb_InternalUnoApi_get_target,bridgetest)
$(call gb_Helper_abbreviate_dirs,\