summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-06-27 09:10:54 +0200
committerjan Iversen <jani@libreoffice.org>2017-06-27 09:13:19 +0200
commit99cde7238ec2e7c961f62e8353f2266f11fea0ce (patch)
tree687dd7253ea1cbabeb0dc04a200da7648c5c1cb4 /salhelper
parent344a5dbc5c35255994a9e31df83cf964e6709246 (diff)
iOS, remove java and cppunittest
Low level functions will not be tested Change-Id: I72fa44ea713639db97e39801a3975d6731a684c2
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/Module_salhelper.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/salhelper/Module_salhelper.mk b/salhelper/Module_salhelper.mk
index 9278844b6c77..696e93471d0f 100644
--- a/salhelper/Module_salhelper.mk
+++ b/salhelper/Module_salhelper.mk
@@ -14,8 +14,10 @@ $(eval $(call gb_Module_add_targets,salhelper,\
Library_salhelper \
))
+ifneq ($(OS),IOS)
$(eval $(call gb_Module_add_check_targets,salhelper,\
CppunitTest_salhelper_testapi \
))
+endif
# vim: set noet sw=4 ts=4: