X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=inline;f=test%2Funit%2Flist%2Flazy_rcu_shb.cpp;h=1da42bd2191cda57d0c26fac3b4b1d19aa4f61f2;hb=f78b1cf121bf6e06c848c96641ff7366b95aafa4;hp=dd9da15c6580de07a75da750713fca14124ed8df;hpb=8bf6c77864d0bfdfa5f7d0d1b303aa0e30c1f883;p=libcds.git diff --git a/test/unit/list/lazy_rcu_shb.cpp b/test/unit/list/lazy_rcu_shb.cpp index dd9da15c..1da42bd2 100644 --- a/test/unit/list/lazy_rcu_shb.cpp +++ b/test/unit/list/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, LazyList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB, LazyList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB_stripped, LazyList, rcu_implementation_stripped ); #endif