X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Fset%2Fsplit_lazy_rcu_sht.cpp;h=fe1a60cc40736b9ba9d0f347e3c71a7d2fea82d9;hb=813ae6749b1cf19ccb289fd482cf72fede39ee48;hp=d345177599669545e04fe78bd68a8a923cca14d8;hpb=18715a048e76877b51a51c033c447524c6240fff;p=libcds.git diff --git a/test/unit/set/split_lazy_rcu_sht.cpp b/test/unit/set/split_lazy_rcu_sht.cpp index d3451775..fe1a60cc 100644 --- a/test/unit/set/split_lazy_rcu_sht.cpp +++ b/test/unit/set/split_lazy_rcu_sht.cpp @@ -36,10 +36,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, SplitListLazySet, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHT, SplitListLazySet, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHT_stripped, SplitListLazySet, rcu_implementation_stripped ); #endif // CDS_URCU_SIGNAL_HANDLING_ENABLED