Splitted up set_delodd test
[libcds.git] / projects / source.unit.set.mk
1
2 CDSUNIT_SET_SOURCES := \
3         tests/unit/set2/set_insdel_func.cpp \
4         tests/unit/set2/set_insdel_func_cuckoo.cpp \
5         tests/unit/set2/set_insdel_func_ellentree.cpp \
6         tests/unit/set2/set_insdel_func_refinable.cpp \
7         tests/unit/set2/set_insdel_func_skip.cpp \
8         tests/unit/set2/set_insdel_func_split.cpp \
9         tests/unit/set2/set_insdel_func_striped.cpp \
10         tests/unit/set2/set_insdel_string.cpp \
11         tests/unit/set2/set_insdelfind.cpp \
12         tests/unit/set2/set_delodd.cpp \
13         tests/unit/set2/set_delodd_cuckoo.cpp \
14         tests/unit/set2/set_delodd_michael.cpp \
15         tests/unit/set2/set_delodd_ellentree.cpp \
16         tests/unit/set2/set_delodd_skip.cpp \
17         tests/unit/set2/set_delodd_split.cpp \