Merge branch 'dev'
[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_insdel_string_michael.cpp \
12         tests/unit/set2/set_insdel_string_cuckoo.cpp \
13         tests/unit/set2/set_insdel_string_ellentree.cpp \
14         tests/unit/set2/set_insdel_string_refinable.cpp \
15         tests/unit/set2/set_insdel_string_skip.cpp \
16         tests/unit/set2/set_insdel_string_split.cpp \
17         tests/unit/set2/set_insdel_string_striped.cpp \
18     tests/unit/set2/set_insdel_string_std.cpp \
19         tests/unit/set2/set_insdelfind.cpp \
20     tests/unit/set2/set_insdelfind_michael.cpp \
21         tests/unit/set2/set_insdelfind_cuckoo.cpp \
22         tests/unit/set2/set_insdelfind_ellentree.cpp \
23         tests/unit/set2/set_insdelfind_refinable.cpp \
24         tests/unit/set2/set_insdelfind_skip.cpp \
25         tests/unit/set2/set_insdelfind_split.cpp \
26         tests/unit/set2/set_insdelfind_striped.cpp \
27     tests/unit/set2/set_insdelfind_std.cpp \
28         tests/unit/set2/set_delodd.cpp \
29         tests/unit/set2/set_delodd_cuckoo.cpp \
30         tests/unit/set2/set_delodd_michael.cpp \
31         tests/unit/set2/set_delodd_ellentree.cpp \
32         tests/unit/set2/set_delodd_skip.cpp \
33         tests/unit/set2/set_delodd_split.cpp \