summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2019-10-24 10:26:51 +0200
committerBenoit Foucher <benoit@zeroc.com>2019-10-24 10:26:51 +0200
commit00e14ca4a5f6e119995beb0b3b7c7e0c886c8b8b (patch)
tree681755bf49c8d76457575874bc4fe7520b46b2d6 /cpp
parentRemoved bogus code from Util.py (diff)
downloadice-00e14ca4a5f6e119995beb0b3b7c7e0c886c8b8b.tar.bz2
ice-00e14ca4a5f6e119995beb0b3b7c7e0c886c8b8b.tar.xz
ice-00e14ca4a5f6e119995beb0b3b7c7e0c886c8b8b.zip
No longer systematically clean C++/Objective-C test iOS controller
Diffstat (limited to 'cpp')
-rw-r--r--cpp/test/ios/controller/.gitignore1
-rw-r--r--cpp/test/ios/controller/Makefile.mk1
2 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/ios/controller/.gitignore b/cpp/test/ios/controller/.gitignore
new file mode 100644
index 00000000000..7107dcb6434
--- /dev/null
+++ b/cpp/test/ios/controller/.gitignore
@@ -0,0 +1 @@
+.translator.dep
diff --git a/cpp/test/ios/controller/Makefile.mk b/cpp/test/ios/controller/Makefile.mk
index 4ab56d9c0cb..21bb7c27cc0 100644
--- a/cpp/test/ios/controller/Makefile.mk
+++ b/cpp/test/ios/controller/Makefile.mk
@@ -9,6 +9,7 @@ $(project)_dependencies = $(tests)
$(project)_project = C++ Test Controller.xcodeproj
$(project)_scheme = $(if $(filter cpp11-xcodesdk,$2),C++11 Test Controller,C++98 Test Controller)
$(project)_configuration = $(if $(filter $(OPTIMIZE),yes),Release,Debug)
+$(project)_slicecompiler = slice2cpp
projects += $(project)
tests:: $(project)