diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-04-14 16:12:01 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-04-14 16:12:01 +0200 |
commit | 1f83b43bac3abe73ffe0442572dc7162af766cb6 (patch) | |
tree | b59ed77719a092a61da74d221631f36f309cc674 /cpp/test/ios | |
parent | Minor JS fixes (diff) | |
download | ice-1f83b43bac3abe73ffe0442572dc7162af766cb6.tar.bz2 ice-1f83b43bac3abe73ffe0442572dc7162af766cb6.tar.xz ice-1f83b43bac3abe73ffe0442572dc7162af766cb6.zip |
Fixes to allow testing Xcode SDKs with binary distribution
Diffstat (limited to 'cpp/test/ios')
-rw-r--r-- | cpp/test/ios/controller/Makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/ios/controller/Makefile.mk b/cpp/test/ios/controller/Makefile.mk index d3e1490125b..061f8a6b099 100644 --- a/cpp/test/ios/controller/Makefile.mk +++ b/cpp/test/ios/controller/Makefile.mk @@ -16,3 +16,4 @@ $(project)_scheme = $(if $(filter cpp11-xcodesdk,$2),C++11 Test Controller,C+ $(project)_configuration = $(if $(filter $(OPTIMIZE),yes),Release,Debug) projects += $(project) +tests:: $(project) |