Frankenmint / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Quiet output #358

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is no flag to pass to InitGoogleTest that results in minimal console 
output. Such a flag would tell gtest to only output errors from failed tests, 
the number of tests passed, and the total time elapsed. This flag is necessary 
if one wants to compile all tests into a executable to be run as a post-build 
step.

Original issue reported on code.google.com by mahsm...@gmail.com on 4 Mar 2011 at 8:41

GoogleCodeExporter commented 8 years ago
This can be done by the user by implementing a simple event listener that 
prints whatever information the user wants.  See the "advanced guide" wiki for 
how to do it.

Also, please send feature requests to the mailing list instead of the issue 
tracker.  Thanks!

Original comment by w...@google.com on 9 Mar 2011 at 7:30

GoogleCodeExporter commented 8 years ago
Thank you!

Original comment by mahsm...@gmail.com on 28 Apr 2011 at 4:09