Kaydet (Commit) ff8a2a5e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing dependencies on UNO_SERVICES/TYPES references in solver uno ini-file

...resolved at runtime by cppuhelper library on which uno executable depends.

Change-Id: Id654e240fe88268de3ae690b1746591a71ba5a1a
üst 96505999
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment