Migrated EllenBinTreeSet unit test to gtest framework
[libcds.git] / projects / source.unit.map.mk
index f6cde97209e4fa6e00b9bfbc212cd6657cb40e45..1db4e0e24ce3f37536e0196d203e5149c3b89b29 100644 (file)
@@ -5,7 +5,7 @@ CDSUNIT_MAP_SOURCES := \
     tests/unit/map2/map_find_int_cuckoo.cpp \
     tests/unit/map2/map_find_int_ellentree.cpp \
     tests/unit/map2/map_find_int_michael.cpp \
-    tests/unit/map2/map_find_int_multilevelhashmap.cpp \
+    tests/unit/map2/map_find_int_feldmanhashmap.cpp \
     tests/unit/map2/map_find_int_skip.cpp \
     tests/unit/map2/map_find_int_split.cpp \
     tests/unit/map2/map_find_int_striped.cpp \
@@ -15,7 +15,7 @@ CDSUNIT_MAP_SOURCES := \
     tests/unit/map2/map_find_string_cuckoo.cpp \
     tests/unit/map2/map_find_string_ellentree.cpp \
     tests/unit/map2/map_find_string_michael.cpp \
-    tests/unit/map2/map_find_string_multilevelhashmap.cpp \
+    tests/unit/map2/map_find_string_feldmanhashmap.cpp \
     tests/unit/map2/map_find_string_skip.cpp \
     tests/unit/map2/map_find_string_split.cpp \
     tests/unit/map2/map_find_string_striped.cpp \
@@ -25,7 +25,7 @@ CDSUNIT_MAP_SOURCES := \
     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_multilevelhashmap.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 \
@@ -35,7 +35,7 @@ CDSUNIT_MAP_SOURCES := \
     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_multilevelhashmap.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 \
@@ -44,34 +44,35 @@ CDSUNIT_MAP_SOURCES := \
     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_multilevelhashmap.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_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_split.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_ellentree.cpp \
-    tests/unit/map2/map_insdel_item_int_bronsonavltree.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_int_refinable.cpp \
-    tests/unit/map2/map_insdel_item_int_cuckoo.cpp \
     tests/unit/map2/map_insdel_item_string.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_item_string_refinable.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 \
@@ -81,15 +82,16 @@ CDSUNIT_MAP_SOURCES := \
     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_multilevelhashmap.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 \
     tests/unit/map2/map_delodd.cpp \
-    tests/unit/map2/map_delodd_michael.cpp \
     tests/unit/map2/map_delodd_bronsonavltree.cpp \
+    tests/unit/map2/map_delodd_cuckoo.cpp \
     tests/unit/map2/map_delodd_ellentree.cpp \
-    tests/unit/map2/map_delodd_split.cpp \
+    tests/unit/map2/map_delodd_michael.cpp \
+    tests/unit/map2/map_delodd_feldmanhashmap.cpp \
     tests/unit/map2/map_delodd_skip.cpp \
-    tests/unit/map2/map_delodd_cuckoo.cpp \
+    tests/unit/map2/map_delodd_split.cpp \