Added stripped uRCU to all unit tests
[libcds.git] / test / unit / map / split_michael_rcu_shb.cpp
index 2c1ff106ff2e4432e49a45273940c7cd47284ebf..97823970ccc13f9205971f7f886323a106147ce1 100644 (file)
 
 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
 
-INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB, SplitListMichaelMap, rcu_implementation );
+INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB,          SplitListMichaelMap, rcu_implementation );
+INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB_stripped, SplitListMichaelMap, rcu_implementation_stripped );
 
 #endif // CDS_URCU_SIGNAL_HANDLING_ENABLED