Added stripped uRCU to all unit tests
[libcds.git] / test / unit / map / skiplist_rcu_shb.cpp
index b214dc37fed6453780b77f6deceb710499418fd1..c1aff4a5dcf029383a0c3dd45b2093bf1ba91f3b 100644 (file)
 
 namespace {
 
 
 namespace {
 
-    typedef cds::urcu::signal_buffered<> rcu_implementation;
+    typedef cds::urcu::signal_buffered<>        rcu_implementation;
+    typedef cds::urcu::signal_buffered_stripped rcu_implementation_stripped;
 
 } // namespace
 
 
 } // namespace
 
-INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB, SkipListMap, rcu_implementation );
+INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB,          SkipListMap, rcu_implementation );
+INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB_stripped, SkipListMap, rcu_implementation_stripped );
 
 #endif // CDS_URCU_SIGNAL_HANDLING_ENABLED
 
 #endif // CDS_URCU_SIGNAL_HANDLING_ENABLED