Hello,
My choice for google test was leading by the fact it was compatible with Builder C++. However, when I tried to compil it, with the supplied project and the compiler of Embarcadero C++ Builder XE, I faced a lot of compilation errors. That was mainly an operator<< undefined for std::string and other gtest classes. The incriminated line was in gtest-message.h line 131. Moreover, the used compiler doesn't support entire C++11, so I got an other error in gtest.cc on line 1784, that I easily correct (a move constructor I guess).
Did anyone experiment the same problems? For information, I successfully compil google test with mingw and CMakeList.
Best Regards
Fabien MATHIEU