[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sd/Module_sd.mk
Miklos Vajna
vmiklos at collabora.co.uk
Tue Mar 8 13:07:38 UTC 2016
sd/Module_sd.mk | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 59f03654268305ea837944e71c566416e4e06111
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Thu Nov 5 17:04:57 2015 +0100
sd: CppunitTest_sd_svg_export_tests is Linux-only so far
Change-Id: If0f93ab9414f9013aab580bafc67f77891dfd8cc
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk
index 2b7852d..09b36b2 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 \
More information about the Libreoffice-commits
mailing list