Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 988 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 988 Bytes

GoogleTestRunner

GoogleTestRunner Visual Studio 2013 extension / unit testing adapter.

GoogleTestRunner UI

Installation

  1. Download software installer from http://visualstudiogallery.msdn.microsoft.com/9dd47c21-97a6-4369-b326-c562678066f0

Usage

  1. Open Test Explorer from "Test | Windows" menu
  2. GoogleTestRunner will find tests from executables that end with "test" or "tests"
  3. You can run or start debugging single or multiple tests by right clicking them
  4. Extension output can be seen from Output tab, by selecting "Show output from: Tests"

Development

  1. Install Microsoft Visual Studio 2013 SDK from http://www.microsoft.com/en-us/download/details.aspx?id=40758
  2. Build & install with VS2013
  3. To debug the unit test adapter, attach to process vstest.discoveryengine.x86.exe or vstest.executionengine.x86.exe

Contributors

Markus Lindqvist, Bryan Roth