aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Podfile
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-05-26 14:34:46 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-05-29 17:09:15 -0700
commitf3530acfceccea22c95cd3ce094e82e198b76249 (patch)
tree2fa8d0b3b04587c61f650716ef796d4f72793bae /src/objective-c/tests/Podfile
parent6295115d4e13c314848828d345f96167058bfc21 (diff)
Podfile to link RxLibrary to its unit tests
Diffstat (limited to 'src/objective-c/tests/Podfile')
-rw-r--r--src/objective-c/tests/Podfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/objective-c/tests/Podfile b/src/objective-c/tests/Podfile
new file mode 100644
index 0000000000..6df063a380
--- /dev/null
+++ b/src/objective-c/tests/Podfile
@@ -0,0 +1,12 @@
+source 'https://github.com/CocoaPods/Specs.git'
+platform :ios, '8.0'
+
+pod 'gRPC/RxLibrary', :path => "../../.."
+
+link_with 'AllTests'
+
+target 'Tests' do
+end
+
+target 'AllTests' do
+end