From 5a72018557d649ede54b739a07a124b86848261d Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Fri, 23 Jun 2017 21:38:25 +0200 Subject: iOS, convert CPPUnittest to noop unittest is not supported for iOS due to the way it is build Change-Id: I0682c5252231668edc2ec186147b872ef6fcc695 --- chart2/Module_chart2.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chart2/Module_chart2.mk') 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: -- cgit v1.2.3