X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Fmap%2Ffeldman_hashset_rcu_shb.cpp;h=64fbf1e8cb0d7311d81e422c171107a46a31f631;hb=813ae6749b1cf19ccb289fd482cf72fede39ee48;hp=7ebee5271cdcdec281f6dd08dc585d92a89eff68;hpb=18715a048e76877b51a51c033c447524c6240fff;p=libcds.git diff --git a/test/unit/map/feldman_hashset_rcu_shb.cpp b/test/unit/map/feldman_hashset_rcu_shb.cpp index 7ebee527..64fbf1e8 100644 --- a/test/unit/map/feldman_hashset_rcu_shb.cpp +++ b/test/unit/map/feldman_hashset_rcu_shb.cpp @@ -36,10 +36,12 @@ 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