I’m going for gtest on a cmake-STM32-project.
Everything is fine so far but I don’t get the additional output of EXPECT_EQ(status, STATUS_OK) << "Status: " << status << std::endl;
Only [ RUN ] and [ OK ] with the corresponding Testname is printed.
Is there something I need to do to enable streaming capability of additional output?
This looks like something specific to GoogleTest, rather than VisualGDB. Please consider asking around on the GoogleTest github repository on Github, or simply inspecting the GoogleTest source code.