[Libreoffice-commits] core.git: sw/CppunitTest_sw_odfexport.mk

Stephan Bergmann sbergman at redhat.com
Fri May 4 14:33:26 UTC 2018


 sw/CppunitTest_sw_odfexport.mk |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit e51e0279e88dbb542518df93d86f8bb0d0a43e89
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri May 4 16:33:00 2018 +0200

    Missing test dependencies
    
    Change-Id: I3a7afc2c877d8c130d7a0a4d2b883dc0641d18e9

diff --git a/sw/CppunitTest_sw_odfexport.mk b/sw/CppunitTest_sw_odfexport.mk
index 8fb2228d84a3..75687878d3ab 100644
--- a/sw/CppunitTest_sw_odfexport.mk
+++ b/sw/CppunitTest_sw_odfexport.mk
@@ -55,6 +55,11 @@ $(eval $(call gb_CppunitTest_use_custom_headers,sw_odfexport,\
 
 $(eval $(call gb_CppunitTest_use_configuration,sw_odfexport))
 
+$(eval $(call gb_CppunitTest_use_uiconfigs,sw_odfexport, \
+    modules/swriter \
+    svx \
+))
+
 ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
 $(call gb_CppunitTest_get_target,sw_odfexport): \
     $(call gb_ExternalPackage_get_target,fonts_liberation)


More information about the Libreoffice-commits mailing list