From 327933f22a35b0c28d43968118b302c4f043a3e2 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 5 Nov 2015 17:04:57 +0100 Subject: sd: CppunitTest_sd_svg_export_tests is Linux-only so far Change-Id: If0f93ab9414f9013aab580bafc67f77891dfd8cc --- sd/Module_sd.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index c62ea2078bfe..09b36b2cbfb1 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 \ -- cgit