[Libreoffice-commits] core.git: sw/CppunitTest_sw_uiwriter.mk
Stephan Bergmann
sbergman at redhat.com
Fri Oct 6 16:13:06 UTC 2017
sw/CppunitTest_sw_uiwriter.mk | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 9dd0c0fcc141ae53cacb29cd0b144ac2b13e9f86
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Oct 6 18:09:22 2017 +0200
Missing dependency
external/more_fonts/ExternalPackage_liberation.mk not installed caused
SwUiWriterTest::testTdf112860 (sw/qa/extras/uiwriter/uiwriter.cxx) to fail, see
63d845dc88690b9c5c8194e1512a8e4390c7ee24 "Fix -fsanitize=signed-integer-
overflow"
Change-Id: Ied4dcf9cfe167e741c3bb0c1f4fe853cb44b0d2b
diff --git a/sw/CppunitTest_sw_uiwriter.mk b/sw/CppunitTest_sw_uiwriter.mk
index 34eb38c0087d..b657e1999e6c 100644
--- a/sw/CppunitTest_sw_uiwriter.mk
+++ b/sw/CppunitTest_sw_uiwriter.mk
@@ -65,4 +65,9 @@ $(eval $(call gb_CppunitTest_use_uiconfigs,sw_uiwriter, \
$(call gb_CppunitTest_get_target,sw_uiwriter): \
$(call gb_Library_get_target,textconv_dict)
+ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
+$(call gb_CppunitTest_get_target,sw_uiwriter): \
+ $(call gb_ExternalPackage_get_target,fonts_liberation)
+endif
+
# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list