
On Tue, Jun 14, 2016, at 11:41 PM, Krzysztof KosiĆski wrote:
Lib2geom simply has the monolithic GTest source file included in its source tree. No problems so far.
2016-06-07 10:53 GMT-07:00 Christoffer Holmstedt <christoffer.holmstedt@...400...>:
I'm not sure where I read it but just last week I found out that Google had changed their recommendation concerning best-practice with google test...here it is:
https://github.com/google/googletest/blob/master/googletest/docs/FAQ.md#why-...
Yes, that had been the recommendation for many-a-year now. I've used it in many codebases (both open-source and proprietary) and it does well. Boost test is the other top contender but that requires built libs and we've been avoiding that for certain reasons.
Also now that Google has shut down their code hosting, GMock ended up getting bundled with GTest. Eventually that might be a viable one-stop solution. However, the release is still at 1.7.0 so I'd suggest staying with the older separated ones for now.