diff options
Diffstat (limited to 'sd')
-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 \ |