X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Flist%2Fkv_michael_rcu_gpt.cpp;h=4b06904fe9f6d55100faae121bfeb2e6329b7dec;hb=744211978eaf0cbcd9139d07b8dfd6f72651b39f;hp=669e856ec4b9fb896bfa5dd8b9063a0c422289e1;hpb=7448008aa977fe42a83738fbbc63ce11d8ab86f9;p=libcds.git diff --git a/test/unit/list/kv_michael_rcu_gpt.cpp b/test/unit/list/kv_michael_rcu_gpt.cpp index 669e856e..4b06904f 100644 --- a/test/unit/list/kv_michael_rcu_gpt.cpp +++ b/test/unit/list/kv_michael_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, MichaelKVList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPT, MichaelKVList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPT_stripped, MichaelKVList, rcu_implementation_stripped );