summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-11-05 17:04:57 +0100
committerAndras Timar <andras.timar@collabora.com>2016-03-08 14:04:17 +0100
commit59f03654268305ea837944e71c566416e4e06111 (patch)
tree5ae62229183b6529ed78e0681bf570a7093d64ea /sd
parentbb431cd1e089aa5f4f7d28bdd07e594dacaaaf0d (diff)
sd: CppunitTest_sd_svg_export_tests is Linux-only so far
Change-Id: If0f93ab9414f9013aab580bafc67f77891dfd8cc
Diffstat (limited to 'sd')
-rw-r--r--sd/Module_sd.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk
index 2b7852d8f37a..09b36b2cbfb1 100644
--- a/sd/Module_sd.mk
+++ b/sd/Module_sd.mk
@@ -28,7 +28,6 @@ $(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 \
@@ -38,6 +37,11 @@ $(eval $(call gb_Module_add_check_targets,sd,\
))
endif
+ifeq ($(OS),LINUX)
+$(eval $(call gb_Module_add_check_targets,sd,\
+ CppunitTest_sd_svg_export_tests \
+))
+endif
$(eval $(call gb_Module_add_subsequentcheck_targets,sd,\
JunitTest_sd_unoapi \