Migrated map-find-string stress test to gtest
[libcds.git] / projects / source.unit.map.mk
index f66e4a4056b31a3f7bd9b74ddbffeabe9237cfa9..a54fbde349d4f0176d57366aa15e0fbd815ac621 100644 (file)
@@ -1,19 +1,69 @@
 
 CDSUNIT_MAP_SOURCES := \
-    tests/unit/map2/map_find_int.cpp \
-    tests/unit/map2/map_find_string.cpp \
+    tests/unit/map2/map_insfind_int.cpp \
+    tests/unit/map2/map_insfind_int_bronsonavltree.cpp \
+    tests/unit/map2/map_insfind_int_cuckoo.cpp \
+    tests/unit/map2/map_insfind_int_ellentree.cpp \
+    tests/unit/map2/map_insfind_int_michael.cpp \
+    tests/unit/map2/map_insfind_int_feldmanhashmap.cpp \
+    tests/unit/map2/map_insfind_int_skip.cpp \
+    tests/unit/map2/map_insfind_int_split.cpp \
+    tests/unit/map2/map_insfind_int_striped.cpp \
+    tests/unit/map2/map_insfind_int_std.cpp \
     tests/unit/map2/map_insdel_func.cpp \
-    tests/unit/map2/map_insdel_func2.cpp \
-    tests/unit/map2/map_insdel_func3.cpp \
-    tests/unit/map2/map_insdel_func4.cpp \
-    tests/unit/map2/map_insdel_func5.cpp \
-    tests/unit/map2/map_insdel_func6.cpp \
-    tests/unit/map2/map_insdel_func7.cpp \
-    tests/unit/map2/map_insdel_func8.cpp \
+    tests/unit/map2/map_insdel_func_bronsonavltree.cpp \
+    tests/unit/map2/map_insdel_func_cuckoo.cpp \
+    tests/unit/map2/map_insdel_func_ellentree.cpp \
+    tests/unit/map2/map_insdel_func_michael.cpp \
+    tests/unit/map2/map_insdel_func_feldmanhashmap.cpp \
+    tests/unit/map2/map_insdel_func_skip.cpp \
+    tests/unit/map2/map_insdel_func_split.cpp \
+    tests/unit/map2/map_insdel_func_striped.cpp \
     tests/unit/map2/map_insdel_int.cpp \
+    tests/unit/map2/map_insdel_int_bronsonavltree.cpp \
+    tests/unit/map2/map_insdel_int_cuckoo.cpp \
+    tests/unit/map2/map_insdel_int_ellentree.cpp \
+    tests/unit/map2/map_insdel_int_michael.cpp \
+    tests/unit/map2/map_insdel_int_feldmanhashmap.cpp \
+    tests/unit/map2/map_insdel_int_skip.cpp \
+    tests/unit/map2/map_insdel_int_split.cpp \
+    tests/unit/map2/map_insdel_int_striped.cpp \
+    tests/unit/map2/map_insdel_int_std.cpp \
     tests/unit/map2/map_insdel_item_int.cpp \
-    tests/unit/map2/map_insdel_string.cpp \
+    tests/unit/map2/map_insdel_item_int_bronsonavltree.cpp \
+    tests/unit/map2/map_insdel_item_int_cuckoo.cpp \
+    tests/unit/map2/map_insdel_item_int_ellentree.cpp \
+    tests/unit/map2/map_insdel_item_int_michael.cpp \
+    tests/unit/map2/map_insdel_item_int_feldmanhashmap.cpp \
+    tests/unit/map2/map_insdel_item_int_skip.cpp \
+    tests/unit/map2/map_insdel_item_int_split.cpp \
+    tests/unit/map2/map_insdel_item_int_striped.cpp \
     tests/unit/map2/map_insdel_item_string.cpp \
-    tests/unit/map2/map_insfind_int.cpp \
+    tests/unit/map2/map_insdel_item_string_bronsonavltree.cpp \
+    tests/unit/map2/map_insdel_item_string_cuckoo.cpp \
+    tests/unit/map2/map_insdel_item_string_ellentree.cpp \
+    tests/unit/map2/map_insdel_item_string_michael.cpp \
+    tests/unit/map2/map_insdel_item_string_feldmanhashmap.cpp \
+    tests/unit/map2/map_insdel_item_string_skip.cpp \
+    tests/unit/map2/map_insdel_item_string_split.cpp \
+    tests/unit/map2/map_insdel_item_string_striped.cpp \
+    tests/unit/map2/map_insdel_string.cpp \
+    tests/unit/map2/map_insdel_string_bronsonavltree.cpp \
+    tests/unit/map2/map_insdel_string_cuckoo.cpp \
+    tests/unit/map2/map_insdel_string_ellentree.cpp \
+    tests/unit/map2/map_insdel_string_michael.cpp \
+    tests/unit/map2/map_insdel_string_feldmanhashmap.cpp \
+    tests/unit/map2/map_insdel_string_skip.cpp \
+    tests/unit/map2/map_insdel_string_split.cpp \
+    tests/unit/map2/map_insdel_string_striped.cpp \
+    tests/unit/map2/map_insdel_string_std.cpp \
     tests/unit/map2/map_insdelfind.cpp \
-    tests/unit/map2/map_delodd.cpp
+    tests/unit/map2/map_insdelfind_bronsonavltree.cpp \
+    tests/unit/map2/map_insdelfind_cuckoo.cpp \
+    tests/unit/map2/map_insdelfind_ellentree.cpp \
+    tests/unit/map2/map_insdelfind_michael.cpp \
+    tests/unit/map2/map_insdelfind_feldmanhashmap.cpp \
+    tests/unit/map2/map_insdelfind_skip.cpp \
+    tests/unit/map2/map_insdelfind_split.cpp \
+    tests/unit/map2/map_insdelfind_striped.cpp \
+    tests/unit/map2/map_insdelfind_std.cpp \