Improved intrusive::StripedSet unit tests
[libcds.git] / projects / source.test-hdr.offsetof.mk
index cca42544a53f31eee02b64bff8d2949a29b4a89e..7b728af1646662a5402d290b33daf4fb869f5f0b 100644 (file)
@@ -1,5 +1,3 @@
-CDS_TESTHDR_OFFSETOF_DEQUE := \
-
 CDS_TESTHDR_OFFSETOF_MAP := \
     tests/test-hdr/map/hdr_cuckoo_map.cpp 
 
@@ -48,43 +46,6 @@ CDS_TESTHDR_OFFSETOF_SET := \
     tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_shb_lazy.cpp \
     tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_sht_lazy.cpp 
 
-CDS_TESTHDR_OFFSETOF_ORDLIST := \
-    tests/test-hdr/ordered_list/hdr_intrusive_lazy_dhp.cpp \
-    tests/test-hdr/ordered_list/hdr_intrusive_lazy_hp.cpp \
-    tests/test-hdr/ordered_list/hdr_intrusive_lazy_nogc.cpp \
-    tests/test-hdr/ordered_list/hdr_intrusive_lazy_rcu_gpb.cpp \
-    tests/test-hdr/ordered_list/hdr_intrusive_lazy_rcu_gpi.cpp \
-    tests/test-hdr/ordered_list/hdr_intrusive_lazy_rcu_gpt.cpp \
-    tests/test-hdr/ordered_list/hdr_intrusive_lazy_rcu_shb.cpp \
-    tests/test-hdr/ordered_list/hdr_intrusive_lazy_rcu_sht.cpp \
-    tests/test-hdr/ordered_list/hdr_intrusive_michael_dhp.cpp \
-    tests/test-hdr/ordered_list/hdr_intrusive_michael_hp.cpp \
-    tests/test-hdr/ordered_list/hdr_intrusive_michael_nogc.cpp \
-    tests/test-hdr/ordered_list/hdr_intrusive_michael_list_rcu_gpb.cpp \
-    tests/test-hdr/ordered_list/hdr_intrusive_michael_list_rcu_gpi.cpp \
-    tests/test-hdr/ordered_list/hdr_intrusive_michael_list_rcu_gpt.cpp \
-    tests/test-hdr/ordered_list/hdr_intrusive_michael_list_rcu_shb.cpp \
-    tests/test-hdr/ordered_list/hdr_intrusive_michael_list_rcu_sht.cpp
-
-CDS_TESTHDR_OFFSETOF_UNORDLIST := \
-    tests/test-hdr/unordered_list/hdr_intrusive_lazy_nogc.cpp
-
-CDS_TESTHDR_OFFSETOF_QUEUE := \
-    tests/test-hdr/queue/hdr_intrusive_basketqueue_hp.cpp \
-    tests/test-hdr/queue/hdr_intrusive_basketqueue_dhp.cpp \
-    tests/test-hdr/queue/hdr_intrusive_moirqueue_hp.cpp \
-    tests/test-hdr/queue/hdr_intrusive_moirqueue_dhp.cpp \
-    tests/test-hdr/queue/hdr_intrusive_msqueue_hp.cpp \
-    tests/test-hdr/queue/hdr_intrusive_msqueue_dhp.cpp \
-    tests/test-hdr/queue/hdr_intrusive_optimisticqueue_hp.cpp \
-    tests/test-hdr/queue/hdr_intrusive_optimisticqueue_dhp.cpp
-
-CDS_TESTHDR_OFFSETOF_STACK := \
-    tests/test-hdr/stack/hdr_intrusive_treiber_stack_hp.cpp \
-    tests/test-hdr/stack/hdr_intrusive_treiber_stack_dhp.cpp \
-    tests/test-hdr/stack/hdr_intrusive_elimination_stack_hp.cpp \
-    tests/test-hdr/stack/hdr_intrusive_elimination_stack_dhp.cpp 
-
 CDS_TESTHDR_OFFSETOF_TREE := \
     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_hp_member.cpp \
     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_dhp_member.cpp \
@@ -95,11 +56,6 @@ CDS_TESTHDR_OFFSETOF_TREE := \
     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_sht_member.cpp
 
 CDS_TESTHDR_OFFSETOF_SOURCES := \
-       $(CDS_TESTHDR_OFFSETOF_QUEUE) \
-       $(CDS_TESTHDR_OFFSETOF_STACK) \
-       $(CDS_TESTHDR_OFFSETOF_DEQUE) \
        $(CDS_TESTHDR_OFFSETOF_MAP) \
        $(CDS_TESTHDR_OFFSETOF_SET) \
-       $(CDS_TESTHDR_OFFSETOF_ORDLIST) \
-       $(CDS_TESTHDR_OFFSETOF_UNORDLIST) \
        $(CDS_TESTHDR_OFFSETOF_TREE)