From 1597765af8c897ab73d21d6d404f8eeede7890b1 Mon Sep 17 00:00:00 2001 From: Rich Gowman Date: Tue, 29 May 2018 17:42:22 -0400 Subject: Add CoreTestsProtos to scripts/sync_project.rb (and run it) --- scripts/sync_project.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') diff --git a/scripts/sync_project.rb b/scripts/sync_project.rb index e34ae31..b6dc1c2 100755 --- a/scripts/sync_project.rb +++ b/scripts/sync_project.rb @@ -59,6 +59,7 @@ def sync_firestore() s.test_groups = [ 'Tests', 'CoreTests', + 'CoreTestsProtos', 'SwiftTests', ] @@ -66,6 +67,7 @@ def sync_firestore() t.source_files = [ 'Firestore/Example/Tests/**', 'Firestore/core/test/**', + 'Firestore/Protos/cpp/**', 'Firestore/third_party/Immutable/Tests/**', ] t.exclude_files = [ @@ -74,6 +76,9 @@ def sync_firestore() # These files are integration tests, handled below 'Firestore/Example/Tests/Integration/**', + + # These files are already provided by the ProtobufCpp pod. + 'Firestore/Protos/cpp/google/protobuf/**', ] end -- cgit v1.2.3