Unverified Commit 58f3f100 by Gennadiy Civil Committed by GitHub

Merge pull request #1784 from DavidSchuldenfrei/add-adapter-to-readme

New Readme.md
parents 2e68926a b3d21061
...@@ -85,6 +85,8 @@ result output. If your test runner understands TAP, you may find it useful. ...@@ -85,6 +85,8 @@ result output. If your test runner understands TAP, you may find it useful.
[gtest-parallel](https://github.com/google/gtest-parallel) is a test runner that [gtest-parallel](https://github.com/google/gtest-parallel) is a test runner that
runs tests from your binary in parallel to provide significant speed-up. runs tests from your binary in parallel to provide significant speed-up.
[GoogleTest Adapter](https://marketplace.visualstudio.com/items?itemName=DavidSchuldenfrei.gtest-adapter) is a VS Code extension allowing to view Google Tests in a tree view, and run/debug your tests.
## Requirements ## ## Requirements ##
Google Test is designed to have fairly minimal requirements to build Google Test is designed to have fairly minimal requirements to build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment