X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=test%2Funit%2Fmap%2Fmichael_michael_rcu_gpt.cpp;h=684b9c7c6e8a61fe68d8f8396f007e1fa83024ab;hb=813ae6749b1cf19ccb289fd482cf72fede39ee48;hp=95896fa67240ee9a338eed9c64db675160abf33d;hpb=18715a048e76877b51a51c033c447524c6240fff;p=libcds.git diff --git a/test/unit/map/michael_michael_rcu_gpt.cpp b/test/unit/map/michael_michael_rcu_gpt.cpp index 95896fa6..684b9c7c 100644 --- a/test/unit/map/michael_michael_rcu_gpt.cpp +++ b/test/unit/map/michael_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, MichaelMap, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPT, MichaelMap, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPT_stripped, MichaelMap, rcu_implementation_stripped );