stoc/CppunitTest_stoc_uriproc.mk | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit 082e95f684e44954275dc58e306b8dc69590ac80 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Mon Aug 19 09:01:53 2019 +0200 Commit: Stephan Bergmann <sberg...@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 <sberg...@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: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits