Moved queue unit tests to gtest framework
[libcds.git] / projects / source.test-hdr.offsetof.mk
1 CDS_TESTHDR_OFFSETOF_MAP := \
2     tests/test-hdr/map/hdr_cuckoo_map.cpp 
3
4 CDS_TESTHDR_OFFSETOF_SET := \
5     tests/test-hdr/set/hdr_cuckoo_set.cpp \
6     tests/test-hdr/set/hdr_intrusive_cuckoo_set.cpp \
7     tests/test-hdr/set/hdr_intrusive_cuckoo_refinable_set.cpp \
8     tests/test-hdr/set/hdr_intrusive_michael_set_hp.cpp \
9     tests/test-hdr/set/hdr_intrusive_michael_set_dhp.cpp \
10     tests/test-hdr/set/hdr_intrusive_michael_set_nogc.cpp \
11     tests/test-hdr/set/hdr_intrusive_michael_set_rcu_gpi.cpp \
12     tests/test-hdr/set/hdr_intrusive_michael_set_rcu_gpb.cpp \
13     tests/test-hdr/set/hdr_intrusive_michael_set_rcu_gpt.cpp \
14     tests/test-hdr/set/hdr_intrusive_michael_set_rcu_shb.cpp \
15     tests/test-hdr/set/hdr_intrusive_michael_set_rcu_sht.cpp \
16     tests/test-hdr/set/hdr_intrusive_michael_set_hp_lazy.cpp \
17     tests/test-hdr/set/hdr_intrusive_michael_set_dhp_lazy.cpp \
18     tests/test-hdr/set/hdr_intrusive_michael_set_nogc_lazy.cpp \
19     tests/test-hdr/set/hdr_intrusive_michael_set_rcu_gpi_lazy.cpp \
20     tests/test-hdr/set/hdr_intrusive_michael_set_rcu_gpb_lazy.cpp \
21     tests/test-hdr/set/hdr_intrusive_michael_set_rcu_gpt_lazy.cpp \
22     tests/test-hdr/set/hdr_intrusive_michael_set_rcu_shb_lazy.cpp \
23     tests/test-hdr/set/hdr_intrusive_michael_set_rcu_sht_lazy.cpp \
24     tests/test-hdr/set/hdr_intrusive_skiplist_hp_member.cpp \
25     tests/test-hdr/set/hdr_intrusive_skiplist_dhp_member.cpp \
26     tests/test-hdr/set/hdr_intrusive_skiplist_rcu_gpi_member.cpp \
27     tests/test-hdr/set/hdr_intrusive_skiplist_rcu_gpb_member.cpp \
28     tests/test-hdr/set/hdr_intrusive_skiplist_rcu_gpt_member.cpp \
29     tests/test-hdr/set/hdr_intrusive_skiplist_rcu_shb_member.cpp \
30     tests/test-hdr/set/hdr_intrusive_skiplist_rcu_sht_member.cpp \
31     tests/test-hdr/set/hdr_intrusive_skiplist_nogc_member.cpp \
32     tests/test-hdr/set/hdr_intrusive_splitlist_set_hp.cpp \
33     tests/test-hdr/set/hdr_intrusive_splitlist_set_nogc.cpp \
34     tests/test-hdr/set/hdr_intrusive_splitlist_set_dhp.cpp \
35     tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpb.cpp \
36     tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpi.cpp \
37     tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpt.cpp \
38     tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_shb.cpp \
39     tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_sht.cpp \
40     tests/test-hdr/set/hdr_intrusive_splitlist_set_hp_lazy.cpp \
41     tests/test-hdr/set/hdr_intrusive_splitlist_set_nogc_lazy.cpp \
42     tests/test-hdr/set/hdr_intrusive_splitlist_set_dhp_lazy.cpp \
43     tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpb_lazy.cpp \
44     tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpi_lazy.cpp \
45     tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_gpt_lazy.cpp \
46     tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_shb_lazy.cpp \
47     tests/test-hdr/set/hdr_intrusive_splitlist_set_rcu_sht_lazy.cpp 
48
49 CDS_TESTHDR_OFFSETOF_LIST := \
50     tests/test-hdr/list/hdr_intrusive_lazy_dhp.cpp \
51     tests/test-hdr/list/hdr_intrusive_lazy_hp.cpp \
52     tests/test-hdr/list/hdr_intrusive_lazy_nogc.cpp \
53     tests/test-hdr/list/hdr_intrusive_lazy_nogc_unord.cpp \
54     tests/test-hdr/list/hdr_intrusive_lazy_rcu_gpb.cpp \
55     tests/test-hdr/list/hdr_intrusive_lazy_rcu_gpi.cpp \
56     tests/test-hdr/list/hdr_intrusive_lazy_rcu_gpt.cpp \
57     tests/test-hdr/list/hdr_intrusive_lazy_rcu_shb.cpp \
58     tests/test-hdr/list/hdr_intrusive_lazy_rcu_sht.cpp \
59     tests/test-hdr/list/hdr_intrusive_michael_dhp.cpp \
60     tests/test-hdr/list/hdr_intrusive_michael_hp.cpp \
61     tests/test-hdr/list/hdr_intrusive_michael_nogc.cpp \
62     tests/test-hdr/list/hdr_intrusive_michael_list_rcu_gpb.cpp \
63     tests/test-hdr/list/hdr_intrusive_michael_list_rcu_gpi.cpp \
64     tests/test-hdr/list/hdr_intrusive_michael_list_rcu_gpt.cpp \
65     tests/test-hdr/list/hdr_intrusive_michael_list_rcu_shb.cpp \
66     tests/test-hdr/list/hdr_intrusive_michael_list_rcu_sht.cpp
67
68 CDS_TESTHDR_OFFSETOF_TREE := \
69     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_hp_member.cpp \
70     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_dhp_member.cpp \
71     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_gpb_member.cpp \
72     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_gpi_member.cpp \
73     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_gpt_member.cpp \
74     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_shb_member.cpp \
75     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_sht_member.cpp
76
77 CDS_TESTHDR_OFFSETOF_SOURCES := \
78         $(CDS_TESTHDR_OFFSETOF_MAP) \
79         $(CDS_TESTHDR_OFFSETOF_SET) \
80         $(CDS_TESTHDR_OFFSETOF_LIST) \
81         $(CDS_TESTHDR_OFFSETOF_TREE)