mirror of
https://github.com/google/googletest.git
synced 2025-04-04 21:15:03 +00:00
Began to implement print to terminal
This commit is contained in:
parent
269de132b5
commit
4b1c234b2a
1 changed files with 6 additions and 0 deletions
|
@ -5729,6 +5729,12 @@ void UnitTestImpl::ConfigureXmlOutput() {
|
|||
#endif // GTEST_HAS_FILE_SYSTEM
|
||||
}
|
||||
|
||||
#if GTEST_HAS_TERMINAL
|
||||
void PrintToTerminal() {
|
||||
// Unsure of whether to use listener system, or to try and print events directly to terminal
|
||||
}
|
||||
#endif // GTEST_HAS_TERMINAL
|
||||
|
||||
#if GTEST_CAN_STREAM_RESULTS_
|
||||
// Initializes event listeners for streaming test results in string form.
|
||||
// Must not be called before InitGoogleTest.
|
||||
|
|
Loading…
Add table
Reference in a new issue