From 13ff01e20ca796676ba74d0b99065199eca9d309 Mon Sep 17 00:00:00 2001 From: Gil Date: Thu, 29 Mar 2018 08:31:47 -0700 Subject: Initial TreeSortedMap and SortedMap in C++ (#980) * Prepare for TreeSortedMap * Factor out SortedMapBase * Move ArraySortedMap to impl * Factor out SortedMap testing utilities * Add a minimal TreeSortedMap * Add the public SortedMap type --- Firestore/core/test/firebase/firestore/immutable/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Firestore/core/test/firebase/firestore/immutable/CMakeLists.txt') diff --git a/Firestore/core/test/firebase/firestore/immutable/CMakeLists.txt b/Firestore/core/test/firebase/firestore/immutable/CMakeLists.txt index e7b0b6e..753e2d0 100644 --- a/Firestore/core/test/firebase/firestore/immutable/CMakeLists.txt +++ b/Firestore/core/test/firebase/firestore/immutable/CMakeLists.txt @@ -16,6 +16,9 @@ cc_test( firebase_firestore_immutable_test SOURCES array_sorted_map_test.cc + testing.h + sorted_map_test.cc + tree_sorted_map_test.cc DEPENDS firebase_firestore_immutable firebase_firestore_util -- cgit v1.2.3