Extended Google Test to allow filtering by parameter value.

This commit is contained in:
Roman Donchenko
2013-06-26 18:34:36 +04:00
parent f477696cc5
commit 664b720e4d
2 changed files with 35 additions and 1 deletions

View File

@@ -17566,6 +17566,9 @@ GTEST_DECLARE_string_(color);
// the tests to run. If the filter is not given all tests are executed.
GTEST_DECLARE_string_(filter);
// OpenCV extension: same as filter, but for the parameters string.
GTEST_DECLARE_string_(param_filter);
// This flag causes the Google Test to list tests. None of the tests listed
// are actually run if the flag is provided.
GTEST_DECLARE_bool_(list_tests);