Removed old set-delodd build rules
[libcds.git] / projects / source.unit.set.mk
index 49688badd3edae144bb2d98dde88bf4d265d72d4..d1266be21b56aad7d3ecaa20a28eb4f117806825 100644 (file)
@@ -4,7 +4,7 @@ CDSUNIT_SET_SOURCES := \
        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_multilevelhashset.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 \
@@ -12,7 +12,7 @@ CDSUNIT_SET_SOURCES := \
        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_multilevelhashset.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 \
@@ -21,15 +21,8 @@ CDSUNIT_SET_SOURCES := \
        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_multilevelhashset.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 \
-       tests/unit/set2/set_delodd.cpp \
-       tests/unit/set2/set_delodd_cuckoo.cpp \
-       tests/unit/set2/set_delodd_ellentree.cpp \
-       tests/unit/set2/set_delodd_michael.cpp \
-       tests/unit/set2/set_delodd_multilevelhashset.cpp \
-       tests/unit/set2/set_delodd_skip.cpp \
-       tests/unit/set2/set_delodd_split.cpp \