X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Flist%2Fkv_lazy_rcu_shb.cpp;h=dd097ccf1e563ccda858fce2f6d81df8eac796f6;hb=b0bddeb92d4b860d97ffea8655113673a9adfaba;hp=e1830aa302e74bceceb4979b9545a48584d4e74d;hpb=7935997eec489b20a72c5ce7df27c17b9a23ed56;p=libcds.git diff --git a/test/unit/list/kv_lazy_rcu_shb.cpp b/test/unit/list/kv_lazy_rcu_shb.cpp index e1830aa3..dd097ccf 100644 --- a/test/unit/list/kv_lazy_rcu_shb.cpp +++ b/test/unit/list/kv_lazy_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, LazyKVList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB, LazyKVList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB_stripped, LazyKVList, rcu_implementation_stripped ); #endif