X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Flist%2Fkv_lazy_rcu_gpb.cpp;h=eefbae80c46654a6719870c15dd88fa92e22c9a2;hb=4cfc2b411754b8a33010c95776bf97e70ee89b95;hp=c518091c0c35e90729b8490c439fad4cffa2e4f2;hpb=7448008aa977fe42a83738fbbc63ce11d8ab86f9;p=libcds.git diff --git a/test/unit/list/kv_lazy_rcu_gpb.cpp b/test/unit/list/kv_lazy_rcu_gpb.cpp index c518091c..eefbae80 100644 --- a/test/unit/list/kv_lazy_rcu_gpb.cpp +++ b/test/unit/list/kv_lazy_rcu_gpb.cpp @@ -34,8 +34,10 @@ namespace { - typedef cds::urcu::general_buffered<> rcu_implementation; + typedef cds::urcu::general_buffered<> rcu_implementation; + typedef cds::urcu::general_buffered_stripped rcu_implementation_stripped; } // namespace -INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPB, LazyKVList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPB, LazyKVList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPB_stripped, LazyKVList, rcu_implementation_stripped );