Monday, January 28, 2019

gtest: how to run tests many times until failure occured?

To run tests N times until failure occured, next command line:

<path_to_tests> --gtest_repeat=<N> --gtest_break_on_failure

No comments:

Post a Comment