Added: stress test detail level for minimizing runtime
[libcds.git] / test / stress / main.cpp
index ce60231ee997ebdc4a8538dee5594b365ab9c528..838710ac7093797372e0245272b8d20ec6a47644 100644 (file)
@@ -49,6 +49,9 @@ int main( int argc, char **argv )
         // Read test config file\r
         cds_test::init_config( argc, argv );\r
 \r
+        // Get detail level for stress test\r
+        cds_test::stress_fixture::init_detail_level( argc, argv );\r
+\r
         // Init Google test\r
         ::testing::InitGoogleTest( &argc, argv );\r
 \r