summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testtools/CustomTarget_uno_test.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/testtools/CustomTarget_uno_test.mk b/testtools/CustomTarget_uno_test.mk
index 7162611226b4..205aea15b667 100644
--- a/testtools/CustomTarget_uno_test.mk
+++ b/testtools/CustomTarget_uno_test.mk
@@ -32,7 +32,9 @@ $(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_Rdb_get_outdir_target,uno_services)
+ $(call gb_Rdb_get_outdir_target,uno_services) \
+ $(call gb_Rdb_get_outdir_target,ure/services) \
+ $(call gb_UnoApi_get_target,ure/types)
$(call gb_Helper_abbreviate_dirs,\
$(call gb_Executable_get_command,uno) \
-s com.sun.star.test.bridge.BridgeTest \