diff options
author | jan Iversen <jani@libreoffice.org> | 2017-06-23 21:38:25 +0200 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-06-23 21:40:12 +0200 |
commit | 5a72018557d649ede54b739a07a124b86848261d (patch) | |
tree | afb9ae3f4c6bd7e94b73eaca4c83e2179338134a /dbaccess | |
parent | c9b9224018c5a6acc9b6790db0f321fb8913f8ff (diff) |
iOS, convert CPPUnittest to noop
unittest is not supported for iOS
due to the way it is build
Change-Id: I0682c5252231668edc2ec186147b872ef6fcc695
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/Module_dbaccess.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk index 218fa6664fb9..f7bd82efd669 100644 --- a/dbaccess/Module_dbaccess.mk +++ b/dbaccess/Module_dbaccess.mk @@ -34,6 +34,7 @@ $(eval $(call gb_Module_add_l10n_targets,dbaccess,\ UIConfig_dbtdata \ )) +ifneq ($(OS),IOS) ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE) $(eval $(call gb_Module_add_check_targets,dbaccess,\ CppunitTest_dbaccess_firebird_test \ @@ -84,5 +85,6 @@ $(eval $(call gb_Module_add_screenshot_targets,dbaccess,\ )) endif +endif # vim: set noet sw=4 ts=4: |