aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/Podfile
Commit message (Collapse)AuthorAge
* Move BoringSSL.podspec into src, and point Podfiles to itGravatar Jorge Canizales2015-12-01
|
* Remove unused RouteGuideClient and move RemoteTestClient to testsGravatar Benny Wong2015-11-12
| | | | * Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393
* Fixup: Target name changed.Gravatar Jorge Canizales2015-10-28
|
* Split AllTests into 4 schemesGravatar Jorge Canizales2015-10-28
| | | | | | | | | For local running one can still tests AllTests, but for C.I. one can test the 4 of them in parallel (and, importantly, deactivate the remote interop tests until we fix them on Travis; while keeping the rest). I had to make the remote tests a subclass of an abstract InteropTests (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then deactivate the abstract InteropTests on the 4 schemes that use it.
* Point tests Podfile to Protobuf submodule instead of releaseGravatar Jorge Canizales2015-07-06
|
* Point tests Podfile to head protobuf podspecGravatar Jorge Canizales2015-07-04
|
* Generate RouteGuide code on pod installGravatar Jorge Canizales2015-06-04
|
* Point test and sample podfiles to protobuf releaseGravatar Jorge Canizales2015-06-04
|
* Add RouteGuideClient to tests’ PodfileGravatar Jorge Canizales2015-05-31
|
* Add RemoteTestClient to tests' PodfileGravatar Jorge Canizales2015-05-30
|
* Podfile to link RxLibrary to its unit testsGravatar Jorge Canizales2015-05-29