From b31fe35eb7a1301e1e6c5d3381b9f3d8054734dd Mon Sep 17 00:00:00 2001 From: Konstantin Varlamov Date: Tue, 6 Feb 2018 19:15:54 -0500 Subject: C++ port: port FSTFieldPath and FSTResourcePath to C++ (#749) Similar to Objective-C, FieldPath and ResourcePath share most of their interface (and implementation) by deriving from BasePath (using CRTP, so that factory methods in BasePath can return an instance of the derived class). --- Firestore/core/test/firebase/firestore/model/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Firestore/core/test/firebase/firestore/model/CMakeLists.txt') diff --git a/Firestore/core/test/firebase/firestore/model/CMakeLists.txt b/Firestore/core/test/firebase/firestore/model/CMakeLists.txt index 0f83bf2..63ed813 100644 --- a/Firestore/core/test/firebase/firestore/model/CMakeLists.txt +++ b/Firestore/core/test/firebase/firestore/model/CMakeLists.txt @@ -16,8 +16,10 @@ cc_test( firebase_firestore_model_test SOURCES database_id_test.cc + field_path_test.cc field_value_test.cc timestamp_test.cc + resource_path_test.cc DEPENDS firebase_firestore_model ) -- cgit v1.2.3