X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Funit%2Fmap%2Fsplit_lazy_rcu_shb.cpp;h=4cca46c985d74f566a3f1b2baf492ad1f4305d9f;hb=813ae6749b1cf19ccb289fd482cf72fede39ee48;hp=1868c5784965970276868a1ecbcabbdb79a06287;hpb=18715a048e76877b51a51c033c447524c6240fff;p=libcds.git diff --git a/test/unit/map/split_lazy_rcu_shb.cpp b/test/unit/map/split_lazy_rcu_shb.cpp index 1868c578..4cca46c9 100644 --- a/test/unit/map/split_lazy_rcu_shb.cpp +++ b/test/unit/map/split_lazy_rcu_shb.cpp @@ -36,10 +36,12 @@ namespace { - typedef cds::urcu::signal_buffered<> rcu_implementation; + typedef cds::urcu::signal_buffered<> rcu_implementation; + typedef cds::urcu::signal_buffered_stripped rcu_implementation_stripped; } // namespace -INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB, SplitListLazyMap, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB, SplitListLazyMap, rcu_implementation ); +INSTANTIATE_TYPED_TEST_CASE_P( RCU_SHB_stripped, SplitListLazyMap, rcu_implementation_stripped ); #endif // CDS_URCU_SIGNAL_HANDLING_ENABLED