Added stripped uRCU to all unit tests
[libcds.git] / test / unit / map / feldman_hashset_rcu_shb.cpp
index 7ebee5271cdcdec281f6dd08dc585d92a89eff68..64fbf1e8cb0d7311d81e422c171107a46a31f631 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, FeldmanHashMap, rcu_implementation );
+INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB,          FeldmanHashMap, rcu_implementation );
+INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB_stripped, FeldmanHashMap, rcu_implementation_stripped );
 
 #endif // CDS_URCU_SIGNAL_HANDLING_ENABLED