Fix build script
[libcds.git] / projects / source.test-hdr.mk
index 1f4a0180f7681242557c377fb6fa1c197462d7be..5b3e829bfa4fcd4c59cb350d05edef3d8de2ec8f 100644 (file)
@@ -1,7 +1,6 @@
 CDS_TESTHDR_MAP := \
     tests/test-hdr/map/hdr_michael_map_hp.cpp \
-    tests/test-hdr/map/hdr_michael_map_hrc.cpp \
-    tests/test-hdr/map/hdr_michael_map_ptb.cpp \
+    tests/test-hdr/map/hdr_michael_map_dhp.cpp \
     tests/test-hdr/map/hdr_michael_map_rcu_gpi.cpp \
     tests/test-hdr/map/hdr_michael_map_rcu_gpb.cpp \
     tests/test-hdr/map/hdr_michael_map_rcu_gpt.cpp \
@@ -9,8 +8,7 @@ CDS_TESTHDR_MAP := \
     tests/test-hdr/map/hdr_michael_map_rcu_sht.cpp \
     tests/test-hdr/map/hdr_michael_map_nogc.cpp \
     tests/test-hdr/map/hdr_michael_map_lazy_hp.cpp \
-    tests/test-hdr/map/hdr_michael_map_lazy_hrc.cpp \
-    tests/test-hdr/map/hdr_michael_map_lazy_ptb.cpp \
+    tests/test-hdr/map/hdr_michael_map_lazy_dhp.cpp \
     tests/test-hdr/map/hdr_michael_map_lazy_rcu_gpi.cpp \
     tests/test-hdr/map/hdr_michael_map_lazy_rcu_gpb.cpp \
     tests/test-hdr/map/hdr_michael_map_lazy_rcu_gpt.cpp \
@@ -26,8 +24,7 @@ CDS_TESTHDR_MAP := \
     tests/test-hdr/map/hdr_refinable_hashmap_boost_unordered_map.cpp \
     tests/test-hdr/map/hdr_refinable_hashmap_slist.cpp \
     tests/test-hdr/map/hdr_skiplist_map_hp.cpp \
-    tests/test-hdr/map/hdr_skiplist_map_hrc.cpp \
-    tests/test-hdr/map/hdr_skiplist_map_ptb.cpp \
+    tests/test-hdr/map/hdr_skiplist_map_dhp.cpp \
     tests/test-hdr/map/hdr_skiplist_map_rcu_gpi.cpp \
     tests/test-hdr/map/hdr_skiplist_map_rcu_gpb.cpp \
     tests/test-hdr/map/hdr_skiplist_map_rcu_gpt.cpp \
@@ -35,8 +32,7 @@ CDS_TESTHDR_MAP := \
     tests/test-hdr/map/hdr_skiplist_map_rcu_sht.cpp \
     tests/test-hdr/map/hdr_skiplist_map_nogc.cpp \
     tests/test-hdr/map/hdr_splitlist_map_hp.cpp \
-    tests/test-hdr/map/hdr_splitlist_map_hrc.cpp \
-    tests/test-hdr/map/hdr_splitlist_map_ptb.cpp \
+    tests/test-hdr/map/hdr_splitlist_map_dhp.cpp \
     tests/test-hdr/map/hdr_splitlist_map_nogc.cpp \
     tests/test-hdr/map/hdr_splitlist_map_rcu_gpi.cpp \
     tests/test-hdr/map/hdr_splitlist_map_rcu_gpb.cpp \
@@ -44,8 +40,7 @@ CDS_TESTHDR_MAP := \
     tests/test-hdr/map/hdr_splitlist_map_rcu_shb.cpp \
     tests/test-hdr/map/hdr_splitlist_map_rcu_sht.cpp \
     tests/test-hdr/map/hdr_splitlist_map_lazy_hp.cpp \
-    tests/test-hdr/map/hdr_splitlist_map_lazy_hrc.cpp \
-    tests/test-hdr/map/hdr_splitlist_map_lazy_ptb.cpp \
+    tests/test-hdr/map/hdr_splitlist_map_lazy_dhp.cpp \
     tests/test-hdr/map/hdr_splitlist_map_lazy_nogc.cpp \
     tests/test-hdr/map/hdr_splitlist_map_lazy_rcu_gpi.cpp \
     tests/test-hdr/map/hdr_splitlist_map_lazy_rcu_gpb.cpp \
@@ -66,39 +61,33 @@ CDS_TESTHDR_DEQUE := \
     tests/test-hdr/deque/hdr_fcdeque.cpp
 
 CDS_TESTHDR_ORDLIST := \
-    tests/test-hdr/ordered_list/hdr_intrusive_lazy_hrc.cpp \
+    tests/test-hdr/ordered_list/hdr_lazy_dhp.cpp \
     tests/test-hdr/ordered_list/hdr_lazy_hp.cpp \
-    tests/test-hdr/ordered_list/hdr_lazy_hrc.cpp \
     tests/test-hdr/ordered_list/hdr_lazy_nogc.cpp \
-    tests/test-hdr/ordered_list/hdr_lazy_ptb.cpp \
     tests/test-hdr/ordered_list/hdr_lazy_rcu_gpi.cpp \
     tests/test-hdr/ordered_list/hdr_lazy_rcu_gpb.cpp \
     tests/test-hdr/ordered_list/hdr_lazy_rcu_gpt.cpp \
     tests/test-hdr/ordered_list/hdr_lazy_rcu_shb.cpp \
     tests/test-hdr/ordered_list/hdr_lazy_rcu_sht.cpp \
+    tests/test-hdr/ordered_list/hdr_lazy_kv_dhp.cpp \
     tests/test-hdr/ordered_list/hdr_lazy_kv_hp.cpp \
-    tests/test-hdr/ordered_list/hdr_lazy_kv_hrc.cpp \
     tests/test-hdr/ordered_list/hdr_lazy_kv_nogc.cpp \
-    tests/test-hdr/ordered_list/hdr_lazy_kv_ptb.cpp \
     tests/test-hdr/ordered_list/hdr_lazy_kv_rcu_gpb.cpp \
     tests/test-hdr/ordered_list/hdr_lazy_kv_rcu_gpi.cpp \
     tests/test-hdr/ordered_list/hdr_lazy_kv_rcu_gpt.cpp \
     tests/test-hdr/ordered_list/hdr_lazy_kv_rcu_shb.cpp \
     tests/test-hdr/ordered_list/hdr_lazy_kv_rcu_sht.cpp \
-    tests/test-hdr/ordered_list/hdr_intrusive_michael_hrc.cpp \
+    tests/test-hdr/ordered_list/hdr_michael_dhp.cpp \
     tests/test-hdr/ordered_list/hdr_michael_hp.cpp \
-    tests/test-hdr/ordered_list/hdr_michael_hrc.cpp \
     tests/test-hdr/ordered_list/hdr_michael_nogc.cpp \
-    tests/test-hdr/ordered_list/hdr_michael_ptb.cpp \
     tests/test-hdr/ordered_list/hdr_michael_rcu_gpi.cpp \
     tests/test-hdr/ordered_list/hdr_michael_rcu_gpb.cpp \
     tests/test-hdr/ordered_list/hdr_michael_rcu_gpt.cpp \
     tests/test-hdr/ordered_list/hdr_michael_rcu_shb.cpp \
     tests/test-hdr/ordered_list/hdr_michael_rcu_sht.cpp \
+    tests/test-hdr/ordered_list/hdr_michael_kv_dhp.cpp \
     tests/test-hdr/ordered_list/hdr_michael_kv_hp.cpp \
-    tests/test-hdr/ordered_list/hdr_michael_kv_hrc.cpp \
     tests/test-hdr/ordered_list/hdr_michael_kv_nogc.cpp \
-    tests/test-hdr/ordered_list/hdr_michael_kv_ptb.cpp \
     tests/test-hdr/ordered_list/hdr_michael_kv_rcu_gpi.cpp \
     tests/test-hdr/ordered_list/hdr_michael_kv_rcu_gpb.cpp \
     tests/test-hdr/ordered_list/hdr_michael_kv_rcu_gpt.cpp \
@@ -116,35 +105,28 @@ CDS_TESTHDR_PQUEUE := \
     tests/test-hdr/priority_queue/hdr_priority_queue_reg.cpp
 
 CDS_TESTHDR_QUEUE := \
-    tests/test-hdr/queue/hdr_intrusive_basketqueue_hrc.cpp \
+    tests/test-hdr/queue/hdr_queue_register.cpp \
     tests/test-hdr/queue/hdr_intrusive_fcqueue.cpp \
-    tests/test-hdr/queue/hdr_intrusive_moirqueue_hrc.cpp \
-    tests/test-hdr/queue/hdr_intrusive_msqueue_hrc.cpp \
     tests/test-hdr/queue/hdr_intrusive_segmented_queue_hp.cpp \
-    tests/test-hdr/queue/hdr_intrusive_segmented_queue_ptb.cpp \
+    tests/test-hdr/queue/hdr_intrusive_segmented_queue_dhp.cpp \
     tests/test-hdr/queue/hdr_intrusive_tsigas_cycle_queue.cpp \
     tests/test-hdr/queue/hdr_intrusive_vyukovmpmc_cycle_queue.cpp \
-    tests/test-hdr/queue/hdr_basketqueue_hrc.cpp \
-    tests/test-hdr/queue/hdr_basketqueue_hzp.cpp \
-    tests/test-hdr/queue/hdr_basketqueue_ptb.cpp \
+    tests/test-hdr/queue/hdr_basketqueue_hp.cpp \
+    tests/test-hdr/queue/hdr_basketqueue_dhp.cpp \
     tests/test-hdr/queue/hdr_fcqueue.cpp \
-    tests/test-hdr/queue/hdr_moirqueue_hrc.cpp \
-    tests/test-hdr/queue/hdr_moirqueue_hzp.cpp \
-    tests/test-hdr/queue/hdr_moirqueue_ptb.cpp \
-    tests/test-hdr/queue/hdr_msqueue_hrc.cpp \
-    tests/test-hdr/queue/hdr_msqueue_hzp.cpp \
-    tests/test-hdr/queue/hdr_msqueue_ptb.cpp \
-    tests/test-hdr/queue/hdr_optimistic_hzp.cpp \
-    tests/test-hdr/queue/hdr_optimistic_ptb.cpp \
+    tests/test-hdr/queue/hdr_moirqueue_hp.cpp \
+    tests/test-hdr/queue/hdr_moirqueue_dhp.cpp \
+    tests/test-hdr/queue/hdr_msqueue_hp.cpp \
+    tests/test-hdr/queue/hdr_msqueue_dhp.cpp \
+    tests/test-hdr/queue/hdr_optimistic_hp.cpp \
+    tests/test-hdr/queue/hdr_optimistic_dhp.cpp \
     tests/test-hdr/queue/hdr_rwqueue.cpp \
     tests/test-hdr/queue/hdr_segmented_queue_hp.cpp \
-    tests/test-hdr/queue/hdr_segmented_queue_ptb.cpp \
-    tests/test-hdr/queue/hdr_vyukov_mpmc_cyclic.cpp \
-    tests/test-hdr/queue/queue_test_header.cpp 
+    tests/test-hdr/queue/hdr_segmented_queue_dhp.cpp \
+    tests/test-hdr/queue/hdr_tsigas_cycle_queue.cpp \
+    tests/test-hdr/queue/hdr_vyukov_mpmc_cyclic.cpp
 
 CDS_TESTHDR_SET := \
-    tests/test-hdr/set/hdr_intrusive_michael_set_hrc.cpp \
-    tests/test-hdr/set/hdr_intrusive_michael_set_hrc_lazy.cpp \
     tests/test-hdr/set/hdr_intrusive_refinable_hashset_avlset.cpp \
     tests/test-hdr/set/hdr_intrusive_refinable_hashset_list.cpp \
     tests/test-hdr/set/hdr_intrusive_refinable_hashset_set.cpp \
@@ -154,16 +136,13 @@ CDS_TESTHDR_SET := \
     tests/test-hdr/set/hdr_intrusive_refinable_hashset_treapset.cpp \
     tests/test-hdr/set/hdr_intrusive_refinable_hashset_uset.cpp \
     tests/test-hdr/set/hdr_intrusive_skiplist_hp.cpp \
-    tests/test-hdr/set/hdr_intrusive_skiplist_hrc.cpp \
-    tests/test-hdr/set/hdr_intrusive_skiplist_ptb.cpp \
+    tests/test-hdr/set/hdr_intrusive_skiplist_dhp.cpp \
     tests/test-hdr/set/hdr_intrusive_skiplist_rcu_gpb.cpp \
     tests/test-hdr/set/hdr_intrusive_skiplist_rcu_gpi.cpp \
     tests/test-hdr/set/hdr_intrusive_skiplist_rcu_gpt.cpp \
     tests/test-hdr/set/hdr_intrusive_skiplist_rcu_shb.cpp \
     tests/test-hdr/set/hdr_intrusive_skiplist_rcu_sht.cpp \
     tests/test-hdr/set/hdr_intrusive_skiplist_nogc.cpp \
-    tests/test-hdr/set/hdr_intrusive_splitlist_set_hrc.cpp \
-    tests/test-hdr/set/hdr_intrusive_splitlist_set_hrc_lazy.cpp \
     tests/test-hdr/set/hdr_intrusive_striped_hashset_avlset.cpp \
     tests/test-hdr/set/hdr_intrusive_striped_hashset_list.cpp \
     tests/test-hdr/set/hdr_intrusive_striped_hashset_set.cpp \
@@ -174,8 +153,7 @@ CDS_TESTHDR_SET := \
     tests/test-hdr/set/hdr_intrusive_striped_hashset_uset.cpp \
     tests/test-hdr/set/hdr_intrusive_striped_set.cpp \
     tests/test-hdr/set/hdr_michael_set_hp.cpp \
-    tests/test-hdr/set/hdr_michael_set_hrc.cpp \
-    tests/test-hdr/set/hdr_michael_set_ptb.cpp \
+    tests/test-hdr/set/hdr_michael_set_dhp.cpp \
     tests/test-hdr/set/hdr_michael_set_rcu_gpi.cpp \
     tests/test-hdr/set/hdr_michael_set_rcu_gpb.cpp \
     tests/test-hdr/set/hdr_michael_set_rcu_gpt.cpp \
@@ -183,8 +161,7 @@ CDS_TESTHDR_SET := \
     tests/test-hdr/set/hdr_michael_set_rcu_sht.cpp \
     tests/test-hdr/set/hdr_michael_set_nogc.cpp \
     tests/test-hdr/set/hdr_michael_set_lazy_hp.cpp \
-    tests/test-hdr/set/hdr_michael_set_lazy_hrc.cpp \
-    tests/test-hdr/set/hdr_michael_set_lazy_ptb.cpp \
+    tests/test-hdr/set/hdr_michael_set_lazy_dhp.cpp \
     tests/test-hdr/set/hdr_michael_set_lazy_rcu_gpi.cpp \
     tests/test-hdr/set/hdr_michael_set_lazy_rcu_gpb.cpp \
     tests/test-hdr/set/hdr_michael_set_lazy_rcu_gpt.cpp \
@@ -203,8 +180,7 @@ CDS_TESTHDR_SET := \
     tests/test-hdr/set/hdr_refinable_hashset_slist.cpp \
     tests/test-hdr/set/hdr_refinable_hashset_vector.cpp \
     tests/test-hdr/set/hdr_skiplist_set_hp.cpp \
-    tests/test-hdr/set/hdr_skiplist_set_hrc.cpp \
-    tests/test-hdr/set/hdr_skiplist_set_ptb.cpp \
+    tests/test-hdr/set/hdr_skiplist_set_dhp.cpp \
     tests/test-hdr/set/hdr_skiplist_set_rcu_gpi.cpp \
     tests/test-hdr/set/hdr_skiplist_set_rcu_gpb.cpp \
     tests/test-hdr/set/hdr_skiplist_set_rcu_gpt.cpp \
@@ -212,18 +188,16 @@ CDS_TESTHDR_SET := \
     tests/test-hdr/set/hdr_skiplist_set_rcu_sht.cpp \
     tests/test-hdr/set/hdr_skiplist_set_nogc.cpp \
     tests/test-hdr/set/hdr_splitlist_set_hp.cpp \
-    tests/test-hdr/set/hdr_splitlist_set_hrc.cpp \
     tests/test-hdr/set/hdr_splitlist_set_nogc.cpp \
-    tests/test-hdr/set/hdr_splitlist_set_ptb.cpp \
+    tests/test-hdr/set/hdr_splitlist_set_dhp.cpp \
     tests/test-hdr/set/hdr_splitlist_set_rcu_gpi.cpp \
     tests/test-hdr/set/hdr_splitlist_set_rcu_gpb.cpp \
     tests/test-hdr/set/hdr_splitlist_set_rcu_gpt.cpp \
     tests/test-hdr/set/hdr_splitlist_set_rcu_shb.cpp \
     tests/test-hdr/set/hdr_splitlist_set_rcu_sht.cpp \
     tests/test-hdr/set/hdr_splitlist_set_lazy_hp.cpp \
-    tests/test-hdr/set/hdr_splitlist_set_lazy_hrc.cpp \
     tests/test-hdr/set/hdr_splitlist_set_lazy_nogc.cpp \
-    tests/test-hdr/set/hdr_splitlist_set_lazy_ptb.cpp \
+    tests/test-hdr/set/hdr_splitlist_set_lazy_dhp.cpp \
     tests/test-hdr/set/hdr_splitlist_set_lazy_rcu_gpi.cpp \
     tests/test-hdr/set/hdr_splitlist_set_lazy_rcu_gpb.cpp \
     tests/test-hdr/set/hdr_splitlist_set_lazy_rcu_gpt.cpp \
@@ -242,35 +216,31 @@ CDS_TESTHDR_SET := \
     tests/test-hdr/set/hdr_striped_hashset_vector.cpp 
 
 CDS_TESTHDR_STACK := \
-    tests/test-hdr/stack/hdr_intrusive_treiber_stack_hrc.cpp \
-    tests/test-hdr/stack/hdr_intrusive_elimination_stack_hrc.cpp \
     tests/test-hdr/stack/hdr_intrusive_fcstack.cpp \
     tests/test-hdr/stack/hdr_treiber_stack_hp.cpp \
-    tests/test-hdr/stack/hdr_treiber_stack_hrc.cpp \
-    tests/test-hdr/stack/hdr_treiber_stack_ptb.cpp \
+    tests/test-hdr/stack/hdr_treiber_stack_dhp.cpp \
     tests/test-hdr/stack/hdr_elimination_stack_hp.cpp \
-    tests/test-hdr/stack/hdr_elimination_stack_hrc.cpp \
-    tests/test-hdr/stack/hdr_elimination_stack_ptb.cpp \
+    tests/test-hdr/stack/hdr_elimination_stack_dhp.cpp \
     tests/test-hdr/stack/hdr_fcstack.cpp
 
 CDS_TESTHDR_TREE := \
     tests/test-hdr/tree/hdr_tree_reg.cpp \
     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_hp.cpp \
-    tests/test-hdr/tree/hdr_intrusive_ellen_bintree_ptb.cpp \
+    tests/test-hdr/tree/hdr_intrusive_ellen_bintree_dhp.cpp \
     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_gpb.cpp \
     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_gpi.cpp \
     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_gpt.cpp \
     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_shb.cpp \
     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_sht.cpp \
     tests/test-hdr/tree/hdr_ellenbintree_map_hp.cpp \
-    tests/test-hdr/tree/hdr_ellenbintree_map_ptb.cpp \
+    tests/test-hdr/tree/hdr_ellenbintree_map_dhp.cpp \
     tests/test-hdr/tree/hdr_ellenbintree_map_rcu_gpb.cpp \
     tests/test-hdr/tree/hdr_ellenbintree_map_rcu_gpi.cpp \
     tests/test-hdr/tree/hdr_ellenbintree_map_rcu_gpt.cpp \
     tests/test-hdr/tree/hdr_ellenbintree_map_rcu_shb.cpp \
     tests/test-hdr/tree/hdr_ellenbintree_map_rcu_sht.cpp \
     tests/test-hdr/tree/hdr_ellenbintree_set_hp.cpp \
-    tests/test-hdr/tree/hdr_ellenbintree_set_ptb.cpp \
+    tests/test-hdr/tree/hdr_ellenbintree_set_dhp.cpp \
     tests/test-hdr/tree/hdr_ellenbintree_set_rcu_gpb.cpp \
     tests/test-hdr/tree/hdr_ellenbintree_set_rcu_gpi.cpp \
     tests/test-hdr/tree/hdr_ellenbintree_set_rcu_gpt.cpp \
@@ -289,13 +259,13 @@ CDS_TESTHDR_MISC := \
     tests/test-hdr/misc/thread_init_fini.cpp
 
 CDS_TESTHDR_SOURCES := \
+    $(CDS_TESTHDR_QUEUE) \
+    $(CDS_TESTHDR_PQUEUE) \
+    $(CDS_TESTHDR_STACK) \
     $(CDS_TESTHDR_MAP) \
     $(CDS_TESTHDR_DEQUE) \
     $(CDS_TESTHDR_ORDLIST) \
-    $(CDS_TESTHDR_PQUEUE) \
-    $(CDS_TESTHDR_QUEUE) \
     $(CDS_TESTHDR_SET) \
-    $(CDS_TESTHDR_STACK) \
     $(CDS_TESTHDR_TREE) \
     $(CDS_TESTHDR_MISC)
     
\ No newline at end of file