aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar rsgowman <rgowman@google.com>2018-06-18 15:35:38 -0400
committerGravatar GitHub <noreply@github.com>2018-06-18 15:35:38 -0400
commit93bfbdf4758bfdb3bb2875cba29a3b4c21e91f71 (patch)
tree2566dbe5ce5ae5a700b43981c84f67b1aad337fd /scripts
parentb97fd69aae5c145bf3d390a9a6d3783eb9584aa5 (diff)
parent39e12ed16ce15d4c402fe079fc9f35869b669a6d (diff)
Hookup serializer_test.cc to the xcode based test suite (#1343)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_test_inclusion.py2
-rwxr-xr-xscripts/sync_project.rb5
2 files changed, 2 insertions, 5 deletions
diff --git a/scripts/check_test_inclusion.py b/scripts/check_test_inclusion.py
index 7f5f354..7f6e43c 100755
--- a/scripts/check_test_inclusion.py
+++ b/scripts/check_test_inclusion.py
@@ -26,8 +26,6 @@ import sys
# Tests that are known not to compile in Xcode and can't be added there.
EXCLUDED = frozenset([
- # b/79496027
- "Firestore/core/test/firebase/firestore/remote/serializer_test.cc",
])
diff --git a/scripts/sync_project.rb b/scripts/sync_project.rb
index e34ae31..ba9f98b 100755
--- a/scripts/sync_project.rb
+++ b/scripts/sync_project.rb
@@ -50,15 +50,13 @@ def sync_firestore()
'CMakeLists.txt',
'InfoPlist.strings',
'*.plist',
-
- # b/79496027
- 'Firestore/core/test/firebase/firestore/remote/serializer_test.cc',
]
# Folder groups in the Xcode project that contain tests.
s.test_groups = [
'Tests',
'CoreTests',
+ 'CoreTestsProtos',
'SwiftTests',
]
@@ -66,6 +64,7 @@ def sync_firestore()
t.source_files = [
'Firestore/Example/Tests/**',
'Firestore/core/test/**',
+ 'Firestore/Protos/cpp/**',
'Firestore/third_party/Immutable/Tests/**',
]
t.exclude_files = [