Removed old set-delodd build rules
[libcds.git] / projects / source.unit.set.mk
index 8fd0dd51865c00df4c63dd94be017a897a385303..d1266be21b56aad7d3ecaa20a28eb4f117806825 100644 (file)
@@ -1,12 +1,28 @@
 
 CDSUNIT_SET_SOURCES := \
        tests/unit/set2/set_insdel_func.cpp \
-       tests/unit/set2/set_insdel_func2.cpp \
-       tests/unit/set2/set_insdel_func3.cpp \
-       tests/unit/set2/set_insdel_func4.cpp \
-       tests/unit/set2/set_insdel_func5.cpp \
-       tests/unit/set2/set_insdel_func6.cpp \
-       tests/unit/set2/set_insdel_func7.cpp \
+       tests/unit/set2/set_insdel_func_cuckoo.cpp \
+       tests/unit/set2/set_insdel_func_ellentree.cpp \
+       tests/unit/set2/set_insdel_func_michael.cpp \
+    tests/unit/set2/set_insdel_func_feldmanhashset.cpp \
+       tests/unit/set2/set_insdel_func_skip.cpp \
+       tests/unit/set2/set_insdel_func_split.cpp \
+       tests/unit/set2/set_insdel_func_striped.cpp \
        tests/unit/set2/set_insdel_string.cpp \
+       tests/unit/set2/set_insdel_string_cuckoo.cpp \
+       tests/unit/set2/set_insdel_string_ellentree.cpp \
+       tests/unit/set2/set_insdel_string_michael.cpp \
+    tests/unit/set2/set_insdel_string_feldmanhashset.cpp \
+       tests/unit/set2/set_insdel_string_skip.cpp \
+       tests/unit/set2/set_insdel_string_split.cpp \
+       tests/unit/set2/set_insdel_string_striped.cpp \
+    tests/unit/set2/set_insdel_string_std.cpp \
        tests/unit/set2/set_insdelfind.cpp \
-       tests/unit/set2/set_delodd.cpp
+       tests/unit/set2/set_insdelfind_cuckoo.cpp \
+       tests/unit/set2/set_insdelfind_ellentree.cpp \
+    tests/unit/set2/set_insdelfind_michael.cpp \
+    tests/unit/set2/set_insdelfind_feldmanhashset.cpp \
+       tests/unit/set2/set_insdelfind_skip.cpp \
+       tests/unit/set2/set_insdelfind_split.cpp \
+       tests/unit/set2/set_insdelfind_striped.cpp \
+    tests/unit/set2/set_insdelfind_std.cpp \