[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sd/Module_sd.mk
Andras Timar
andras.timar at collabora.com
Sun Feb 7 21:34:46 UTC 2016
sd/Module_sd.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2021666cd1a99ccadb8a258565281fba575dccb3
Author: Andras Timar <andras.timar at collabora.com>
Date: Sun Feb 7 12:20:00 2016 -0800
CppunitTest_sd_svg_export_tests fails on Windows (compiler/boost issue)
Change-Id: Ife006636295f62a9e35f71ab3b0089dabb0ba623
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk
index c62ea20..2b7852d 100644
--- a/sd/Module_sd.mk
+++ b/sd/Module_sd.mk
@@ -28,13 +28,13 @@ $(eval $(call gb_Module_add_l10n_targets,sd,\
ifneq ($(OS),DRAGONFLY)
$(eval $(call gb_Module_add_check_targets,sd,\
$(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
+ CppunitTest_sd_svg_export_tests \
CppunitTest_sd_uimpress) \
CppunitTest_sd_import_tests \
CppunitTest_sd_export_tests \
CppunitTest_sd_filters_test \
CppunitTest_sd_html_export_tests \
CppunitTest_sd_tiledrendering \
- CppunitTest_sd_svg_export_tests \
))
endif
More information about the Libreoffice-commits
mailing list