aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Podfile
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-02 14:48:56 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-11-02 16:09:28 -0700
commit17a67fdb0fb01fe34c75d2c6bf34e24214222a89 (patch)
treefe8297d2da9ab1e828b8198f620ab993d8f5cc17 /src/objective-c/tests/Podfile
parentbc0ce06951b091e81e8bc1c71dc660dc3168e75f (diff)
Aggregate v2 api tests
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 e87aba235a..5df9d4e85b 100644
--- a/src/objective-c/tests/Podfile
+++ b/src/objective-c/tests/Podfile
@@ -17,6 +17,7 @@ GRPC_LOCAL_SRC = '../../..'
InteropTestsMultipleChannels
InteropTestsCallOptions
UnitTests
+ APIv2Tests
).each do |target_name|
target target_name do
pod 'Protobuf', :path => "#{GRPC_LOCAL_SRC}/third_party/protobuf", :inhibit_warnings => true