X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=inline;f=test%2Funit%2Flist%2Fkv_lazy_rcu_sht.cpp;h=b1dcd309e2d77e72fd52787cee7c4976deac6cd3;hb=7a70599883226459c97174848a1f53b307631eb7;hp=8843e25163e840576c64c4a860c9df7b81eafa48;hpb=7935997eec489b20a72c5ce7df27c17b9a23ed56;p=libcds.git diff --git a/test/unit/list/kv_lazy_rcu_sht.cpp b/test/unit/list/kv_lazy_rcu_sht.cpp index 8843e251..b1dcd309 100644 --- a/test/unit/list/kv_lazy_rcu_sht.cpp +++ b/test/unit/list/kv_lazy_rcu_sht.cpp @@ -35,10 +35,12 @@ namespace { - typedef cds::urcu::signal_threaded<> rcu_implementation; + typedef cds::urcu::signal_threaded<> rcu_implementation; + typedef cds::urcu::signal_threaded_stripped rcu_implementation_stripped; } // namespace -INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHT, LazyKVList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHT, LazyKVList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHT_stripped, LazyKVList, rcu_implementation_stripped ); #endif