aboutsummaryrefslogtreecommitdiffhomepage
path: root/objectivec/Tests/CocoaPods/README.md
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2016-05-19 10:18:12 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2016-05-19 14:31:39 -0400
commit16dd477a297f4d78326c69a0d99092435b0da24c (patch)
tree8c06d3bfa54ffdec8b09a43c9e5e4da12c9aaacc /objectivec/Tests/CocoaPods/README.md
parentdaec44fa5276171cada21e889111c600dadfd1ff (diff)
CocoaPod Integration Tests
- Add an Xcode 6.3 created default iOS Project. - Add an Xcode 6.3 created default OS X Project. - Add Podfiles to for both that use Protobufs from within the tree. - Add a script to run the tests (and cleanup) to help confirm the state of the Protobuf.podspec and sources.
Diffstat (limited to 'objectivec/Tests/CocoaPods/README.md')
-rw-r--r--objectivec/Tests/CocoaPods/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/objectivec/Tests/CocoaPods/README.md b/objectivec/Tests/CocoaPods/README.md
new file mode 100644
index 00000000..08785918
--- /dev/null
+++ b/objectivec/Tests/CocoaPods/README.md
@@ -0,0 +1,9 @@
+CocoaPods Protocol Buffers Integration Tests
+============================================
+
+The sub directories are the basic projects as created by Xcode 6.3. They are
+used to then drive `pod` and `xcodebuild` to ensure things integrate/build
+as expected.
+
+`run_tests.sh` defaults to running all the tests, invoke it with `--help` to
+see the arguments to control what tests are run.