opencover icon indicating copy to clipboard operation
opencover copied to clipboard

Upgrade to gtest/gmock 1.8

Open sawilde opened this issue 6 years ago • 0 comments

Currently using 1.7 with a copy we keep in a zip file, 1.7 uses std::tr1 which has been deprecated and we are suppressing using the following define

_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING

[ ] look to see if we can pull the zip from https://github.com/google/googletest/releases

sawilde avatar Jan 19 '19 07:01 sawilde