Added stripped uRCU to all unit tests
[libcds.git] / test / unit / tree / ellen_bintree_map_rcu_gpi.cpp
index 077f98fa1a864f0ebe67aa27167dfa276c4fc7b5..91569cf4a1a4b33ad26ad6e81066a8f9c992354f 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, EllenBinTreeMap, rcu_implementation );
+INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPI,          EllenBinTreeMap, rcu_implementation );
+INSTANTIATE_TYPED_TEST_CASE_P( RCU_GPI_stripped, EllenBinTreeMap, rcu_implementation_stripped );