X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Fmap%2Fsplit_michael_rcu_gpt.cpp;h=04263403bf426f1eaadeb4fccf4d96fbc4d73b4d;hb=813ae6749b1cf19ccb289fd482cf72fede39ee48;hp=000014967089f321bac34dac86294ddcbc465976;hpb=18715a048e76877b51a51c033c447524c6240fff;p=libcds.git diff --git a/test/unit/map/split_michael_rcu_gpt.cpp b/test/unit/map/split_michael_rcu_gpt.cpp index 00001496..04263403 100644 --- a/test/unit/map/split_michael_rcu_gpt.cpp +++ b/test/unit/map/split_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, SplitListMichaelMap, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPT, SplitListMichaelMap, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPT_stripped, SplitListMichaelMap, rcu_implementation_stripped );