Removed redundant spaces
[libcds.git] / test / unit / list / CMakeLists.txt
index e3d3324ef60747058609a242a738fdd38e6c4c2d..e94c5a623783733f3260934e426d6e958d4ee079 100644 (file)
@@ -2,8 +2,42 @@ set(PACKAGE_NAME unit-list)
 
 set(CDSGTEST_LIST_SOURCES
     ../main.cpp
-    intrusive_michael_hp.cpp
-    intrusive_michael_dhp.cpp
+    iterable_hp.cpp
+    iterable_dhp.cpp
+    kv_iterable_hp.cpp
+    kv_iterable_dhp.cpp
+    kv_lazy_hp.cpp
+    kv_lazy_dhp.cpp
+    kv_lazy_nogc.cpp
+    kv_lazy_rcu_gpb.cpp
+    kv_lazy_rcu_gpi.cpp
+    kv_lazy_rcu_gpt.cpp
+    kv_lazy_rcu_shb.cpp
+    kv_lazy_rcu_sht.cpp
+    kv_michael_hp.cpp
+    kv_michael_dhp.cpp
+    kv_michael_nogc.cpp
+    kv_michael_rcu_gpb.cpp
+    kv_michael_rcu_gpi.cpp
+    kv_michael_rcu_gpt.cpp
+    kv_michael_rcu_shb.cpp
+    kv_michael_rcu_sht.cpp
+    lazy_hp.cpp
+    lazy_dhp.cpp
+    lazy_nogc.cpp
+    lazy_rcu_gpb.cpp
+    lazy_rcu_gpi.cpp
+    lazy_rcu_gpt.cpp
+    lazy_rcu_shb.cpp
+    lazy_rcu_sht.cpp
+    michael_hp.cpp
+    michael_dhp.cpp
+    michael_nogc.cpp
+    michael_rcu_gpb.cpp
+    michael_rcu_gpi.cpp
+    michael_rcu_gpt.cpp
+    michael_rcu_shb.cpp
+    michael_rcu_sht.cpp
 )
 
 include_directories(