Skip to content

GoogleTest: Add TEST_FILTER arg to gtest_discover_tests

Ashish Sadanandan requested to merge gtest_discover_tests_filter into master

gtest_discover_tests now accepts the keyword argument TEST_FILTER which takes an expression that will be passed to --gtest_filter along with --gtest_list_tests during the test discovery phase.

Merge request reports