Added stripped uRCU to all unit tests
[libcds.git] / test / unit / intrusive-set / intrusive_split_lazy_rcu_gpi.cpp
index 2008d870cd5502495f6cd07d91197dc9e07e4537..e1443148bc206ae32be2581cb590f14ce05d95bc 100644 (file)
 
 namespace {
 
-    typedef cds::urcu::general_instant<> rcu_implementation;
+    typedef cds::urcu::general_instant<>        rcu_implementation;
+    typedef cds::urcu::general_instant_stripped rcu_implementation_stripped;
 
 } // namespace
 
-INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPI, IntrusiveSplitLazySet, rcu_implementation );
+INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPI,          IntrusiveSplitLazySet, rcu_implementation );
+INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPI_stripped, IntrusiveSplitLazySet, rcu_implementation_stripped );