What does the message "Running main() from X\gtest_main.cc" mean? #3962
Unanswered
GasimGasimzada
asked this question in
Community Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using googletest and linking multiple external libraries to my application for testing purposes. When running the tests, everything works as expected; however, I get the following log messages:
Just an FYI, I do not have yaml-cpp source files in my repo. I build the library files with a custom script, then I delete all the source files; so, the directory mentioned in the log file does not exist. However, I checked the library's repo and they do use googletest.
What does this mean and how can I disable these messages? I do not like having logs in my tests and want to clean them up as much as possible.
Beta Was this translation helpful? Give feedback.
All reactions