summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/Module_sd.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk
index 93aba69c586e..0c2d57733623 100644
--- a/sd/Module_sd.mk
+++ b/sd/Module_sd.mk
@@ -27,7 +27,8 @@ $(eval $(call gb_Module_add_l10n_targets,sd,\
ifneq ($(OS),DRAGONFLY)
$(eval $(call gb_Module_add_check_targets,sd,\
- CppunitTest_sd_uimpress \
+ $(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \
+ CppunitTest_sd_uimpress) \
CppunitTest_sd_import_tests \
CppunitTest_sd_export_tests \
CppunitTest_sd_filters_test \