Merge pull request #33 from mgalimullin/fix_fc_empty
[libcds.git] / projects / source.unit.map.mk
index 622ac5a8a32758617b7d50a709f61a687d50b339..abbe9446f24c9f5d5a901c6dfca8850bc20a6c0f 100644 (file)
@@ -10,7 +10,7 @@ CDSUNIT_MAP_SOURCES := \
     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.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 \
@@ -30,7 +30,6 @@ CDSUNIT_MAP_SOURCES := \
     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_insfind_string.cpp \
     tests/unit/map2/map_insdel_func.cpp \
     tests/unit/map2/map_insdel_func_michael.cpp \
     tests/unit/map2/map_insdel_func_split.cpp \
@@ -50,6 +49,23 @@ CDSUNIT_MAP_SOURCES := \
     tests/unit/map2/map_insdel_int_refinable.cpp \
     tests/unit/map2/map_insdel_int_cuckoo.cpp \
     tests/unit/map2/map_insdel_item_int.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_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_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_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_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_michael.cpp \
     tests/unit/map2/map_insdel_string_split.cpp \
@@ -60,7 +76,6 @@ CDSUNIT_MAP_SOURCES := \
     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_insdel_item_string.cpp \
     tests/unit/map2/map_insdelfind.cpp \
     tests/unit/map2/map_insdelfind_michael.cpp \
     tests/unit/map2/map_insdelfind_split.cpp \