8ff1ee71840480316f32303aa8215b1dd71da40b
[libcds.git] / projects / source.test-hdr.mk
1 CDS_TESTHDR_TREE := \
2     tests/test-hdr/tree/hdr_tree_reg.cpp \
3     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_hp.cpp \
4     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_dhp.cpp \
5     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_gpb.cpp \
6     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_gpi.cpp \
7     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_gpt.cpp \
8     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_shb.cpp \
9     tests/test-hdr/tree/hdr_intrusive_ellen_bintree_rcu_sht.cpp \
10     tests/test-hdr/tree/hdr_ellenbintree_map_hp.cpp \
11     tests/test-hdr/tree/hdr_ellenbintree_map_dhp.cpp \
12     tests/test-hdr/tree/hdr_ellenbintree_map_rcu_gpb.cpp \
13     tests/test-hdr/tree/hdr_ellenbintree_map_rcu_gpi.cpp \
14     tests/test-hdr/tree/hdr_ellenbintree_map_rcu_gpt.cpp \
15     tests/test-hdr/tree/hdr_ellenbintree_map_rcu_shb.cpp \
16     tests/test-hdr/tree/hdr_ellenbintree_map_rcu_sht.cpp \
17     tests/test-hdr/tree/hdr_ellenbintree_set_hp.cpp \
18     tests/test-hdr/tree/hdr_ellenbintree_set_dhp.cpp \
19     tests/test-hdr/tree/hdr_ellenbintree_set_rcu_gpb.cpp \
20     tests/test-hdr/tree/hdr_ellenbintree_set_rcu_gpi.cpp \
21     tests/test-hdr/tree/hdr_ellenbintree_set_rcu_gpt.cpp \
22     tests/test-hdr/tree/hdr_ellenbintree_set_rcu_shb.cpp \
23     tests/test-hdr/tree/hdr_ellenbintree_set_rcu_sht.cpp \
24     tests/test-hdr/tree/hdr_bronson_avltree_map_rcu_gpb.cpp \
25     tests/test-hdr/tree/hdr_bronson_avltree_map_rcu_gpb_pool_monitor.cpp \
26     tests/test-hdr/tree/hdr_bronson_avltree_map_rcu_gpi.cpp \
27     tests/test-hdr/tree/hdr_bronson_avltree_map_rcu_gpi_pool_monitor.cpp \
28     tests/test-hdr/tree/hdr_bronson_avltree_map_rcu_gpt.cpp \
29     tests/test-hdr/tree/hdr_bronson_avltree_map_rcu_gpt_pool_monitor.cpp \
30     tests/test-hdr/tree/hdr_bronson_avltree_map_rcu_shb.cpp \
31     tests/test-hdr/tree/hdr_bronson_avltree_map_rcu_shb_pool_monitor.cpp \
32     tests/test-hdr/tree/hdr_bronson_avltree_map_rcu_sht.cpp \
33     tests/test-hdr/tree/hdr_bronson_avltree_map_rcu_sht_pool_monitor.cpp \
34     
35
36 CDS_TESTHDR_MISC := \
37     tests/test-hdr/misc/cxx11_atomic_class.cpp \
38     tests/test-hdr/misc/cxx11_atomic_func.cpp \
39     tests/test-hdr/misc/find_option.cpp \
40     tests/test-hdr/misc/allocator_test.cpp \
41     tests/test-hdr/misc/michael_allocator.cpp \
42     tests/test-hdr/misc/hash_tuple.cpp \
43     tests/test-hdr/misc/bitop_st.cpp \
44     tests/test-hdr/misc/split_bitstring.cpp \
45     tests/test-hdr/misc/permutation_generator.cpp \
46     tests/test-hdr/misc/thread_init_fini.cpp
47
48 CDS_TESTHDR_SOURCES := \
49     $(CDS_TESTHDR_TREE) \
50     $(CDS_TESTHDR_MISC)
51