X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Flist%2Flazy_rcu_gpt.cpp;h=41748a9567932da77629c99a1e2b6310e0d3e1cd;hb=2402fb1beb25ec532cea91c8dfbb9425eb5bdf48;hp=6748d6c26d3c2650bb17b2531eb8aace0b3f5f92;hpb=8bf6c77864d0bfdfa5f7d0d1b303aa0e30c1f883;p=libcds.git diff --git a/test/unit/list/lazy_rcu_gpt.cpp b/test/unit/list/lazy_rcu_gpt.cpp index 6748d6c2..41748a95 100644 --- a/test/unit/list/lazy_rcu_gpt.cpp +++ b/test/unit/list/lazy_rcu_gpt.cpp @@ -34,8 +34,10 @@ namespace { - typedef cds::urcu::general_threaded<> rcu_implementation; + typedef cds::urcu::general_threaded<> rcu_implementation; + typedef cds::urcu::general_threaded_stripped rcu_implementation_stripped; } // namespace -INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPT, LazyList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPT, LazyList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPT_stripped, LazyList, rcu_implementation_stripped );