X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=inline;f=test%2Funit%2Flist%2Fkv_lazy_rcu_gpi.cpp;h=dfe1b1ada31629884481e7f226e38e2dc2f13658;hb=4cfc2b411754b8a33010c95776bf97e70ee89b95;hp=afc8989e3286c2b85e47d1bf16a5f49286789f5b;hpb=7935997eec489b20a72c5ce7df27c17b9a23ed56;p=libcds.git diff --git a/test/unit/list/kv_lazy_rcu_gpi.cpp b/test/unit/list/kv_lazy_rcu_gpi.cpp index afc8989e..dfe1b1ad 100644 --- a/test/unit/list/kv_lazy_rcu_gpi.cpp +++ b/test/unit/list/kv_lazy_rcu_gpi.cpp @@ -34,8 +34,10 @@ namespace { - typedef cds::urcu::general_instant<> rcu_implementation; + typedef cds::urcu::general_instant<> rcu_implementation; + typedef cds::urcu::general_instant_stripped rcu_implementation_stripped; } // namespace -INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPI, LazyKVList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPI, LazyKVList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPI_stripped, LazyKVList, rcu_implementation_stripped );