I am trying to get started with unit testing. I downloaded the latest build of gtest, and extracted it to A:\\gtest As the instructions specified, I opened gtest.sl
A:\\gtest
Also, until you get the latest version, add GTEST_USE_OWN_TR1_TUPLE=0 to your pre-processor definitions.
GTEST_USE_OWN_TR1_TUPLE=0