gtest streaming capability to EXPECT_EQ

Sysprogs forums Forums VisualGDB gtest streaming capability to EXPECT_EQ

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #32353
    krid
    Participant

    Hello,

    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?

    Thanks and best regards.

    #32356
    support
    Keymaster

    Hi,

    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.

    #32374
    krid
    Participant

    ok, thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.