summaryrefslogtreecommitdiff
path: root/chart2/Module_chart2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/Module_chart2.mk')
-rw-r--r--chart2/Module_chart2.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk
index 3273055d5373..5e2d820bd7b9 100644
--- a/chart2/Module_chart2.mk
+++ b/chart2/Module_chart2.mk
@@ -25,6 +25,7 @@ $(eval $(call gb_Module_add_l10n_targets,chart2,\
UIConfig_chart2 \
))
+ifneq ($(OS),IOS)
$(eval $(call gb_Module_add_check_targets,chart2,\
CppunitTest_chart2_common_functors \
))
@@ -53,5 +54,6 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,chart2,\
$(eval $(call gb_Module_add_screenshot_targets,chart2,\
CppunitTest_chart2_dialogs_test \
))
+endif
# vim: set noet sw=4 ts=4: