[Libreoffice-commits] .: Branch 'feature/gbuild_ure' - testtools/CustomTarget_uno_test.mk

David Tardon dtardon at kemper.freedesktop.org
Mon Jul 30 11:13:37 PDT 2012


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

New commits:
commit 7e2325ef3c3d40423cb287ba01433580ce9f7435
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Jul 30 20:09:14 2012 +0200

    add necessary deps for the test to run
    
    Change-Id: I341b9bf3343f38d93b11ca3265fb8dbb0434aca8

diff --git a/testtools/CustomTarget_uno_test.mk b/testtools/CustomTarget_uno_test.mk
index 7c8d016..ac907f5 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,\


More information about the Libreoffice-commits mailing list