aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Podfile
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-09-25 10:52:55 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-09-25 10:52:55 -0700
commitbd1279ebf11960a29f726a56d3d62fc8f5c7ef79 (patch)
tree3c73d871707cc4086c76b8837938dbe62658f216 /src/objective-c/tests/Podfile
parentf83ca91702f666b6e8fb07e5004817e60b390dd7 (diff)
Add tests for NSError+GRPC
Diffstat (limited to 'src/objective-c/tests/Podfile')
-rw-r--r--src/objective-c/tests/Podfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile
index 507d251b48..5d2f1340da 100644
--- a/src/objective-c/tests/Podfile
+++ b/src/objective-c/tests/Podfile
@@ -14,6 +14,7 @@ GRPC_LOCAL_SRC = '../../..'
InteropTestsLocalSSL
InteropTestsLocalCleartext
InteropTestsRemoteWithCronet
+ UnitTests
).each do |target_name|
target target_name do
pod 'Protobuf', :path => "#{GRPC_LOCAL_SRC}/third_party/protobuf", :inhibit_warnings => true