X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Flist%2Fkv_michael_rcu_sht.cpp;h=2e100b1494efe313bc84cf677b35f47da3e7d8ae;hb=813ae6749b1cf19ccb289fd482cf72fede39ee48;hp=0fc1f41eba07fd078a3522909b0340465deb97da;hpb=18715a048e76877b51a51c033c447524c6240fff;p=libcds.git diff --git a/test/unit/list/kv_michael_rcu_sht.cpp b/test/unit/list/kv_michael_rcu_sht.cpp index 0fc1f41e..2e100b14 100644 --- a/test/unit/list/kv_michael_rcu_sht.cpp +++ b/test/unit/list/kv_michael_rcu_sht.cpp @@ -35,10 +35,12 @@ namespace { - typedef cds::urcu::signal_threaded<> rcu_implementation; + typedef cds::urcu::signal_threaded<> rcu_implementation; + typedef cds::urcu::signal_threaded_stripped rcu_implementation_stripped; } // namespace -INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHT, MichaelKVList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHT, MichaelKVList, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHT_stripped, MichaelKVList, rcu_implementation_stripped ); #endif