[Libreoffice-commits] core.git: sd/Module_sd.mk
Miklos Vajna
vmiklos at collabora.co.uk
Thu Nov 5 08:05:30 PST 2015
sd/Module_sd.mk | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 327933f22a35b0c28d43968118b302c4f043a3e2
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 c62ea20..09b36b2 100644
--- a/sd/Module_sd.mk
+++ b/sd/Module_sd.mk
@@ -34,10 +34,14 @@ $(eval $(call gb_Module_add_check_targets,sd,\
CppunitTest_sd_filters_test \
CppunitTest_sd_html_export_tests \
CppunitTest_sd_tiledrendering \
- CppunitTest_sd_svg_export_tests \
))
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