X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=projects%2Fsource.unit.map.mk;h=15c35b5dc4ed2b563edb933cff25cdb06aa34a96;hb=e4329b6fc7b032c9aeb4a7d8ffa224724deab11b;hp=7fc6d53b5ec45e83e074ce9ea69751a21137bc85;hpb=e7c7870ca1afd1810fe8f6a511be9fef07bafcea;p=libcds.git diff --git a/projects/source.unit.map.mk b/projects/source.unit.map.mk index 7fc6d53b..15c35b5d 100644 --- a/projects/source.unit.map.mk +++ b/projects/source.unit.map.mk @@ -5,63 +5,87 @@ 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.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_insfind_string.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 \ + tests/unit/map2/map_insdel_int_ellentree.cpp \ tests/unit/map2/map_insdel_int_michael.cpp \ - tests/unit/map2/map_insdel_int_split.cpp \ + tests/unit/map2/map_insdel_int_multilevelhashmap.cpp \ tests/unit/map2/map_insdel_int_skip.cpp \ - tests/unit/map2/map_insdel_int_ellentree.cpp \ - tests/unit/map2/map_insdel_int_bronsonavltree.cpp \ + tests/unit/map2/map_insdel_int_split.cpp \ tests/unit/map2/map_insdel_int_striped.cpp \ - tests/unit/map2/map_insdel_int_refinable.cpp \ - tests/unit/map2/map_insdel_int_cuckoo.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_multilevelhashmap.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_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_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_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_insdel_item_string.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_multilevelhashmap.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 \