diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-11-05 17:04:57 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-11-05 17:04:57 +0100 |
commit | 327933f22a35b0c28d43968118b302c4f043a3e2 (patch) | |
tree | 71f6c18d29924b1787101d7b8b891e460bdf7534 /sd/Module_sd.mk | |
parent | 912c03445349330f3b82b9f6c66f4c8dc5783bdc (diff) |
sd: CppunitTest_sd_svg_export_tests is Linux-only so far
Change-Id: If0f93ab9414f9013aab580bafc67f77891dfd8cc
Diffstat (limited to 'sd/Module_sd.mk')
-rw-r--r-- | sd/Module_sd.mk | 6 |
1 files changed, 5 insertions, 1 deletions
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 \ |