X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Flist%2Fmichael_rcu_gpt.cpp;h=574d91ec12c1300a179bb43cbdfd1496c9c4cc46;hb=813ae6749b1cf19ccb289fd482cf72fede39ee48;hp=c64db0092efe2e1153b903b98e2cb3bc5e4041d4;hpb=8bf6c77864d0bfdfa5f7d0d1b303aa0e30c1f883;p=libcds.git diff --git a/test/unit/list/michael_rcu_gpt.cpp b/test/unit/list/michael_rcu_gpt.cpp index c64db009..574d91ec 100644 --- a/test/unit/list/michael_rcu_gpt.cpp +++ b/test/unit/list/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, MichaelList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPT, MichaelList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPT_stripped, MichaelList, rcu_implementation_stripped );