aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Tests.xcodeproj
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2017-04-12 12:16:28 -0700
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2017-04-12 12:16:28 -0700
commitb4e97270cc13849bb5a4585c88bc6385872d643b (patch)
treec85a66685f089e3457e6ea73c5c5d5a4c7e9f812 /src/objective-c/tests/Tests.xcodeproj
parentc44895ffe59c7f6ccf010995f0575cd02d851032 (diff)
replaced hardcoded server path with cmdline arg
The host and port of the remote server can be specified via command line argument to xcodebuild.
Diffstat (limited to 'src/objective-c/tests/Tests.xcodeproj')
-rw-r--r--src/objective-c/tests/Tests.xcodeproj/project.pbxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/tests/Tests.xcodeproj/project.pbxproj b/src/objective-c/tests/Tests.xcodeproj/project.pbxproj
index 97de723a22..eee4897ca8 100644
--- a/src/objective-c/tests/Tests.xcodeproj/project.pbxproj
+++ b/src/objective-c/tests/Tests.xcodeproj/project.pbxproj
@@ -1282,6 +1282,7 @@
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
+ "HOST_PORT=$(HOST_PORT)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_TREAT_WARNINGS_AS_ERRORS = YES;