X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Fset%2Ffeldman_hashset_rcu_gpt.cpp;h=181e071008c3686d6ec156efe1d14886dec55847;hb=813ae6749b1cf19ccb289fd482cf72fede39ee48;hp=33c4fb766719295b45d9f3d5758e23a451b69e5d;hpb=18715a048e76877b51a51c033c447524c6240fff;p=libcds.git diff --git a/test/unit/set/feldman_hashset_rcu_gpt.cpp b/test/unit/set/feldman_hashset_rcu_gpt.cpp index 33c4fb76..181e0710 100644 --- a/test/unit/set/feldman_hashset_rcu_gpt.cpp +++ b/test/unit/set/feldman_hashset_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, FeldmanHashSet, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPT, FeldmanHashSet, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPT_stripped, FeldmanHashSet, rcu_implementation_stripped );