From c4c7777e75bfc84ba144f13014f312230a0cc7ed Mon Sep 17 00:00:00 2001 From: Gil Date: Wed, 8 Nov 2017 14:46:50 -0800 Subject: 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 --- Firestore/Example/Podfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Firestore/Example/Podfile') 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 -- cgit v1.2.3