Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 845 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 845 Bytes

This extension is now superseded by VSCode Catch2 Test Adapter

Google Test Explorer

This extension allows you to run your Google tests using the Test Explorer for VS Code.

Build Status

Configuration

  • gtestExplorer.executable: The relative path describing the location of your test executable (relative to the workspace folder)
  • gtestExplorer.env: Environment variables to be set when running the tests
  • gtestExplorer.cwd: The working directory where Google is run (relative to the workspace folder)