Migrated set unit test 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_TREE := \
50     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_hp_member.cpp \
51     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_dhp_member.cpp \
52     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_gpb_member.cpp \
53     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_gpi_member.cpp \
54     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_gpt_member.cpp \
55     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_shb_member.cpp \
56     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_sht_member.cpp
57
58 CDS_TESTHDR_OFFSETOF_SOURCES := \
59         $(CDS_TESTHDR_OFFSETOF_MAP) \
60         $(CDS_TESTHDR_OFFSETOF_SET) \
61         $(CDS_TESTHDR_OFFSETOF_TREE)