Skip to content

Commit cf18ec7

Browse files
committed
Tomandersen/count test (#1206)
* Fix linking * Cleanup * Responding to PR comments. * Rename * Rename * Fixup constructor/assignment parameter naming. * Add Test * Format * Add test * Add test * Format * Recognize NaN filter probelm * Add tests * Add tests * Add tests * Test is_valid() * Add constructor and assignment tests. * Rename variable * Format * Remove extra semicolon * Add self move assignment test * Format * Simplify
1 parent bb236fc commit cf18ec7

11 files changed

+1247
-110
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gcs_key_file.json
1919

2020
# Folders for cmake/test output
2121
*_build/
22-
*cmake-build-debug/
22+
cmake-build-*/
2323
testing/test_framework/external/
2424

2525
# XCode user specific folders

firestore/integration_test_internal/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ set(FIREBASE_INTEGRATION_TEST_PORTABLE_TEST_SRCS
9191
# public API are performed.
9292
src/integration_test.cc
9393
# Internal tests below.
94+
src/aggregate_query_snapshot_test.cc
95+
src/aggregate_query_test.cc
9496
src/bundle_test.cc
9597
src/collection_reference_test.cc
9698
src/cursor_test.cc

0 commit comments

Comments
 (0)