aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/sync_project.rb
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/sync_project.rb')
-rwxr-xr-xscripts/sync_project.rb5
1 files changed, 5 insertions, 0 deletions
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