Refactored Map_InsDel_Item_int MT-test
[libcds.git] / projects / source.unit.map.mk
index accb93470e3c15eefbb29a6af3321b8978812619..15c35b5dc4ed2b563edb933cff25cdb06aa34a96 100644 (file)
@@ -5,40 +5,40 @@ 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_skip.cpp \
     tests/unit/map2/map_find_int_split.cpp \
     tests/unit/map2/map_find_int_striped.cpp \
-    tests/unit/map2/map_find_int_refinable.cpp \
     tests/unit/map2/map_find_int_std.cpp \
     tests/unit/map2/map_find_string.cpp \
     tests/unit/map2/map_find_string_bronsonavltree.cpp \
     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_skip.cpp \
     tests/unit/map2/map_find_string_split.cpp \
     tests/unit/map2/map_find_string_striped.cpp \
-    tests/unit/map2/map_find_string_refinable.cpp \
     tests/unit/map2/map_find_string_std.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_multilevelhashmap.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_refinable.cpp \
     tests/unit/map2/map_insfind_int_std.cpp \
     tests/unit/map2/map_insdel_func.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_split.cpp \
+    tests/unit/map2/map_insdel_func_multilevelhashmap.cpp \
     tests/unit/map2/map_insdel_func_skip.cpp \
-    tests/unit/map2/map_insdel_func_ellentree.cpp \
-    tests/unit/map2/map_insdel_func_bronsonavltree.cpp \
+    tests/unit/map2/map_insdel_func_split.cpp \
     tests/unit/map2/map_insdel_func_striped.cpp \
-    tests/unit/map2/map_insdel_func_refinable.cpp \
-    tests/unit/map2/map_insdel_func_cuckoo.cpp \
     tests/unit/map2/map_insdel_int.cpp \
     tests/unit/map2/map_insdel_int_bronsonavltree.cpp \
     tests/unit/map2/map_insdel_int_cuckoo.cpp \
@@ -50,42 +50,41 @@ CDSUNIT_MAP_SOURCES := \
     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_multilevelhashmap.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_split.cpp \
     tests/unit/map2/map_insdel_item_string_skip.cpp \
-    tests/unit/map2/map_insdel_item_string_ellentree.cpp \
-    tests/unit/map2/map_insdel_item_string_bronsonavltree.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_item_string_cuckoo.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_split.cpp \
     tests/unit/map2/map_insdel_string_skip.cpp \
-    tests/unit/map2/map_insdel_string_ellentree.cpp \
-    tests/unit/map2/map_insdel_string_bronsonavltree.cpp \
+    tests/unit/map2/map_insdel_string_split.cpp \
     tests/unit/map2/map_insdel_string_striped.cpp \
-    tests/unit/map2/map_insdel_string_refinable.cpp \
-    tests/unit/map2/map_insdel_string_cuckoo.cpp \
     tests/unit/map2/map_insdel_string_std.cpp \
     tests/unit/map2/map_insdelfind.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_split.cpp \
+    tests/unit/map2/map_insdelfind_multilevelhashmap.cpp \
     tests/unit/map2/map_insdelfind_skip.cpp \
-    tests/unit/map2/map_insdelfind_ellentree.cpp \
-    tests/unit/map2/map_insdelfind_bronsonavltree.cpp \
+    tests/unit/map2/map_insdelfind_split.cpp \
     tests/unit/map2/map_insdelfind_striped.cpp \
-    tests/unit/map2/map_insdelfind_refinable.cpp \
-    tests/unit/map2/map_insdelfind_cuckoo.cpp \
     tests/unit/map2/map_insdelfind_std.cpp \
     tests/unit/map2/map_delodd.cpp \
     tests/unit/map2/map_delodd_michael.cpp \