[Libreoffice-commits] core.git: stoc/CppunitTest_stoc_uriproc.mk

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 19 10:50:38 UTC 2019


 stoc/CppunitTest_stoc_uriproc.mk |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 082e95f684e44954275dc58e306b8dc69590ac80
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Aug 19 09:01:53 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Aug 19 12:50:01 2019 +0200

    Fix test dependencies for module-only build
    
    Change-Id: I94d938c60074f74996cce4eb99183c5372e5c1de
    Reviewed-on: https://gerrit.libreoffice.org/77699
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/stoc/CppunitTest_stoc_uriproc.mk b/stoc/CppunitTest_stoc_uriproc.mk
index 6ca328edc39a..f754a0299916 100644
--- a/stoc/CppunitTest_stoc_uriproc.mk
+++ b/stoc/CppunitTest_stoc_uriproc.mk
@@ -23,4 +23,10 @@ $(eval $(call gb_CppunitTest_use_udk_api,stoc_uriproc))
 
 $(eval $(call gb_CppunitTest_use_ure,stoc_uriproc))
 
+# In a full build this is already covered indirectly by gb_CppunitTest_use_ure, but a module-only
+# build needs it (and instead using gb_CppunitTest_use_component would cause a "duplicate
+# implementation" DeploymentException):
+$(call gb_CppunitTest_get_target,stoc_uriproc): \
+    $(call gb_ComponentTarget_get_target,stoc/util/stocservices)
+
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list