googletest
googletest copied to clipboard
List all the tests with their test suite names for easy parsing of the output by a program
Use flag --gtest_list_tests_verbosely in conjunction with --gtest_list_tests to make gtest list the tests with their suite names.
FIX #3822
Signed-off-by: Ayush Joshi [email protected]
@dinord I'm not sure how to display type param and value param in this format. Could you please suggest a format?
I know this PR broke a lot of tests but this PR is not ready to be merged yet. I just want to confirm the new output format first.
@dinord I'm not sure how to display
type paramandvalue paramin this format. Could you please suggest a format?
@BMBurstein Can you suggest a format?
I don't know what those things are, or how they are displayed in the current format, so I am probably not the right person to ask
@asoffer I wasn't expecting all these failures though. I didn't touch the --gtest_filter command but it looks like the command has became inactive now. I can't really find a reason of this inactiveness :thinking: .