I am building and running unit tests built with googletest inside a cmake project with ctest enabled
I run the tests with "ctest -VV"
but the test output does not color the "red" and "green"
[ RUN ] [ OK ] [ PASSSED ]
Does anyone know if there is an options to ctest to allow those colors to bleed through to the console?
--gtest_color=yes
a try? – Demure