summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2016-02-07 12:20:00 -0800
committerAndras Timar <andras.timar@collabora.com>2016-02-07 12:20:59 -0800
commit2021666cd1a99ccadb8a258565281fba575dccb3 (patch)
tree4e325209ae9ab239905510482bd4202bce629f2b /sd
parent7f7dc83a31d31bcdcf6e67fd4cead6088c4ea6b3 (diff)
CppunitTest_sd_svg_export_tests fails on Windows (compiler/boost issue)
Change-Id: Ife006636295f62a9e35f71ab3b0089dabb0ba623
Diffstat (limited to 'sd')
-rw-r--r--sd/Module_sd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk
index c62ea2078bfe..2b7852d8f37a 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