aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Podfile
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2017-11-08 14:46:50 -0800
committerGravatar GitHub <noreply@github.com>2017-11-08 14:46:50 -0800
commitc4c7777e75bfc84ba144f13014f312230a0cc7ed (patch)
tree958b8279185d6b4e53282dbfff73d25b923cf01f /Firestore/Example/Podfile
parent07595ce66bbd90be37940facd8601b3d94eec837 (diff)
Run GoogleTest-based C++ tests in Xcode (#420)
* Use GoogleTest as a dependency of Firestore_Tests * Remove top-level leveldb-library from HEADER_SEARCH_PATHS * Add string_util_test to the project and get it to build * Implement FSTGoogleTestTests, a bridge between GoogleTest and XCTest
Diffstat (limited to 'Firestore/Example/Podfile')
-rw-r--r--Firestore/Example/Podfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile
index 4008af7..c79495d 100644
--- a/Firestore/Example/Podfile
+++ b/Firestore/Example/Podfile
@@ -8,6 +8,7 @@ target 'Firestore_Example' do
target 'Firestore_Tests' do
inherit! :search_paths
pod 'OCMock'
+ pod 'GoogleTest', :podspec => 'Tests/GoogleTest/GoogleTest.podspec'
pod 'leveldb-library'
end