GoogleTestRunner Visual Studio 2013 extension / unit testing adapter.
- Download software installer from http://visualstudiogallery.msdn.microsoft.com/9dd47c21-97a6-4369-b326-c562678066f0
- Open Test Explorer from "Test | Windows" menu
- GoogleTestRunner will find tests from executables that end with "test" or "tests"
- You can run or start debugging single or multiple tests by right clicking them
- Extension output can be seen from Output tab, by selecting "Show output from: Tests"
- Install Microsoft Visual Studio 2013 SDK from http://www.microsoft.com/en-us/download/details.aspx?id=40758
- Build & install with VS2013
- To debug the unit test adapter, attach to process vstest.discoveryengine.x86.exe or vstest.executionengine.x86.exe
Markus Lindqvist, Bryan Roth