From 8047d7facaef939ea8d3edadcfff2864cd72aa7a Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 23 Oct 2014 22:39:07 +0400 Subject: [PATCH] fix makefiles and projects --- projects/Win/vc12/hdr-test-ordered-list.vcxproj.filters | 9 +++++++++ projects/source.test-hdr.mk | 7 ++----- projects/source.test-hdr.offsetof.mk | 4 ++-- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/projects/Win/vc12/hdr-test-ordered-list.vcxproj.filters b/projects/Win/vc12/hdr-test-ordered-list.vcxproj.filters index 42a6bc92..f4e393ae 100644 --- a/projects/Win/vc12/hdr-test-ordered-list.vcxproj.filters +++ b/projects/Win/vc12/hdr-test-ordered-list.vcxproj.filters @@ -136,6 +136,15 @@ container + + intrusive + + + container + + + container + diff --git a/projects/source.test-hdr.mk b/projects/source.test-hdr.mk index 6e77b123..c2b0f70d 100644 --- a/projects/source.test-hdr.mk +++ b/projects/source.test-hdr.mk @@ -64,20 +64,17 @@ 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 \ diff --git a/projects/source.test-hdr.offsetof.mk b/projects/source.test-hdr.offsetof.mk index 4ac669ba..999ef143 100644 --- a/projects/source.test-hdr.offsetof.mk +++ b/projects/source.test-hdr.offsetof.mk @@ -49,17 +49,17 @@ CDS_TESTHDR_OFFSETOF_SET := \ 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_ptb.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_dhp.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 \ -- 2.34.1