Issue #21: splitted map_delodd test
[libcds.git] / projects / source.unit.map.mk
1
2 CDSUNIT_MAP_SOURCES := \
3     tests/unit/map2/map_find_int.cpp \
4     tests/unit/map2/map_find_string.cpp \
5     tests/unit/map2/map_insdel_func.cpp \
6     tests/unit/map2/map_insdel_func_michael.cpp \
7     tests/unit/map2/map_insdel_func_split.cpp \
8     tests/unit/map2/map_insdel_func_skip.cpp \
9     tests/unit/map2/map_insdel_func_ellentree.cpp \
10     tests/unit/map2/map_insdel_func_bronsonavltree.cpp \
11     tests/unit/map2/map_insdel_func_striped.cpp \
12     tests/unit/map2/map_insdel_func_refinable.cpp \
13     tests/unit/map2/map_insdel_func_cuckoo.cpp \
14     tests/unit/map2/map_insdel_int.cpp \
15     tests/unit/map2/map_insdel_item_int.cpp \
16     tests/unit/map2/map_insdel_string.cpp \
17     tests/unit/map2/map_insdel_item_string.cpp \
18     tests/unit/map2/map_insfind_int.cpp \
19     tests/unit/map2/map_insdelfind.cpp \
20     tests/unit/map2/map_delodd.cpp \
21     tests/unit/map2/map_delodd_michael.cpp \
22     tests/unit/map2/map_delodd_bronsonavltree.cpp \
23     tests/unit/map2/map_delodd_ellentree.cpp \
24     tests/unit/map2/map_delodd_split.cpp \
25     tests/unit/map2/map_delodd_skip.cpp \
26     tests/unit/map2/map_delodd_cuckoo.cpp \