X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=projects%2Fsource.test-hdr.mk;h=3bfc132ec36d90fcc6c12457dc72f85b34a411c5;hp=cb51fb9bb414fb089f2c70c126af6e63bd41d8ce;hb=b56a27630c7afd24cd2bbaf0592116c96d2862d2;hpb=3b831550b3dce5fd6e868bbb637144a2cb346333 diff --git a/projects/source.test-hdr.mk b/projects/source.test-hdr.mk index cb51fb9b..3bfc132e 100644 --- a/projects/source.test-hdr.mk +++ b/projects/source.test-hdr.mk @@ -15,6 +15,13 @@ CDS_TESTHDR_MAP := \ tests/test-hdr/map/hdr_michael_map_lazy_rcu_shb.cpp \ tests/test-hdr/map/hdr_michael_map_lazy_rcu_sht.cpp \ tests/test-hdr/map/hdr_michael_map_lazy_nogc.cpp \ + tests/test-hdr/map/hdr_feldman_hashmap_hp.cpp \ + tests/test-hdr/map/hdr_feldman_hashmap_dhp.cpp \ + tests/test-hdr/map/hdr_feldman_hashmap_rcu_gpb.cpp \ + tests/test-hdr/map/hdr_feldman_hashmap_rcu_gpi.cpp \ + tests/test-hdr/map/hdr_feldman_hashmap_rcu_gpt.cpp \ + tests/test-hdr/map/hdr_feldman_hashmap_rcu_shb.cpp \ + tests/test-hdr/map/hdr_feldman_hashmap_rcu_sht.cpp \ tests/test-hdr/map/hdr_refinable_hashmap_hashmap_std.cpp \ tests/test-hdr/map/hdr_refinable_hashmap_boost_list.cpp \ tests/test-hdr/map/hdr_refinable_hashmap_list.cpp \ @@ -129,7 +136,13 @@ CDS_TESTHDR_QUEUE := \ tests/test-hdr/queue/hdr_vyukov_mpmc_cyclic.cpp CDS_TESTHDR_SET := \ - tests/test-hdr/set/hdr_intrusive_multilevel_hashset_hp.cpp \ + tests/test-hdr/set/hdr_intrusive_feldman_hashset_hp.cpp \ + tests/test-hdr/set/hdr_intrusive_feldman_hashset_dhp.cpp \ + tests/test-hdr/set/hdr_intrusive_feldman_hashset_rcu_gpi.cpp \ + tests/test-hdr/set/hdr_intrusive_feldman_hashset_rcu_gpb.cpp \ + tests/test-hdr/set/hdr_intrusive_feldman_hashset_rcu_gpt.cpp \ + tests/test-hdr/set/hdr_intrusive_feldman_hashset_rcu_shb.cpp \ + tests/test-hdr/set/hdr_intrusive_feldman_hashset_rcu_sht.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 \ @@ -171,6 +184,13 @@ CDS_TESTHDR_SET := \ tests/test-hdr/set/hdr_michael_set_lazy_rcu_shb.cpp \ tests/test-hdr/set/hdr_michael_set_lazy_rcu_sht.cpp \ tests/test-hdr/set/hdr_michael_set_lazy_nogc.cpp \ + tests/test-hdr/set/hdr_feldman_hashset_hp.cpp \ + tests/test-hdr/set/hdr_feldman_hashset_dhp.cpp \ + tests/test-hdr/set/hdr_feldman_hashset_rcu_gpb.cpp \ + tests/test-hdr/set/hdr_feldman_hashset_rcu_gpi.cpp \ + tests/test-hdr/set/hdr_feldman_hashset_rcu_gpt.cpp \ + tests/test-hdr/set/hdr_feldman_hashset_rcu_shb.cpp \ + tests/test-hdr/set/hdr_feldman_hashset_rcu_sht.cpp \ tests/test-hdr/set/hdr_refinable_hashset_hashset_std.cpp \ tests/test-hdr/set/hdr_refinable_hashset_boost_flat_set.cpp \ tests/test-hdr/set/hdr_refinable_hashset_boost_list.cpp \ @@ -218,14 +238,6 @@ CDS_TESTHDR_SET := \ tests/test-hdr/set/hdr_striped_hashset_slist.cpp \ tests/test-hdr/set/hdr_striped_hashset_vector.cpp -CDS_TESTHDR_STACK := \ - tests/test-hdr/stack/hdr_intrusive_fcstack.cpp \ - tests/test-hdr/stack/hdr_treiber_stack_hp.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_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 \ @@ -276,7 +288,6 @@ CDS_TESTHDR_MISC := \ CDS_TESTHDR_SOURCES := \ $(CDS_TESTHDR_QUEUE) \ $(CDS_TESTHDR_PQUEUE) \ - $(CDS_TESTHDR_STACK) \ $(CDS_TESTHDR_MAP) \ $(CDS_TESTHDR_DEQUE) \ $(CDS_TESTHDR_LIST) \