Merge pull request #63 from mgalimullin/cmake-update
[libcds.git] / test / unit / set / CMakeLists.txt
index 111ef264523fb4f0960ca0984b73f1a87d152513..8178121d81aec54f6101947e1ecf05f6bad9ea18 100644 (file)
@@ -2,8 +2,55 @@ set(PACKAGE_NAME unit-set)
 
 set(CDSGTEST_SET_SOURCES
     ../main.cpp
-    intrusive_michael_michael_hp.cpp
-    intrusive_michael_michael_dhp.cpp
+    feldman_hashset_hp.cpp
+    feldman_hashset_dhp.cpp
+    feldman_hashset_rcu_gpb.cpp
+    feldman_hashset_rcu_gpi.cpp
+    feldman_hashset_rcu_gpt.cpp
+    feldman_hashset_rcu_shb.cpp
+    feldman_hashset_rcu_sht.cpp
+    michael_iterable_hp.cpp
+    michael_iterable_dhp.cpp
+    michael_lazy_hp.cpp
+    michael_lazy_dhp.cpp
+    michael_lazy_nogc.cpp
+    michael_lazy_rcu_gpb.cpp
+    michael_lazy_rcu_gpi.cpp
+    michael_lazy_rcu_gpt.cpp
+    michael_lazy_rcu_shb.cpp
+    michael_lazy_rcu_sht.cpp
+    michael_michael_hp.cpp
+    michael_michael_dhp.cpp
+    michael_michael_nogc.cpp
+    michael_michael_rcu_gpb.cpp
+    michael_michael_rcu_gpi.cpp
+    michael_michael_rcu_gpt.cpp
+    michael_michael_rcu_shb.cpp
+    michael_michael_rcu_sht.cpp
+    skiplist_hp.cpp
+    skiplist_dhp.cpp
+    skiplist_nogc.cpp
+    skiplist_rcu_gpb.cpp
+    skiplist_rcu_gpi.cpp
+    skiplist_rcu_gpt.cpp
+    skiplist_rcu_shb.cpp
+    skiplist_rcu_sht.cpp
+    split_lazy_hp.cpp
+    split_lazy_dhp.cpp
+    split_lazy_nogc.cpp
+    split_lazy_rcu_gpb.cpp
+    split_lazy_rcu_gpi.cpp
+    split_lazy_rcu_gpt.cpp
+    split_lazy_rcu_shb.cpp
+    split_lazy_rcu_sht.cpp
+    split_michael_hp.cpp
+    split_michael_dhp.cpp
+    split_michael_nogc.cpp
+    split_michael_rcu_gpb.cpp
+    split_michael_rcu_gpi.cpp
+    split_michael_rcu_gpt.cpp
+    split_michael_rcu_shb.cpp
+    split_michael_rcu_sht.cpp
 )
 
 include_directories(