aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Schuldenfrei <david.schuldenfrei@gmail.com>2018-08-27 22:27:58 +0300
committerDavid Schuldenfrei <david.schuldenfrei@gmail.com>2018-08-27 22:27:58 +0300
commitb3d210612ce8410928efc52311e366777b7f5b86 (patch)
tree8ae312b37da975fe7f0e6a6c98ac1e9448c7a577 /README.md
parent2e68926a9d4929e9289373cd49e40ddcb9a628f7 (diff)
downloadgoogletest-b3d210612ce8410928efc52311e366777b7f5b86.tar.gz
googletest-b3d210612ce8410928efc52311e366777b7f5b86.tar.bz2
googletest-b3d210612ce8410928efc52311e366777b7f5b86.zip
New Readme.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 83577a52..fe569414 100644
--- a/README.md
+++ b/README.md
@@ -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
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 ##
Google Test is designed to have fairly minimal requirements to build