summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-08-28 02:50:46 (GMT)
committerGitHub <noreply@github.com>2018-08-28 02:50:46 (GMT)
commit58f3f1005cffce8a9d005d0361d3471cd9947501 (patch)
tree8ae312b37da975fe7f0e6a6c98ac1e9448c7a577
parent2e68926a9d4929e9289373cd49e40ddcb9a628f7 (diff)
parentb3d210612ce8410928efc52311e366777b7f5b86 (diff)
downloadgoogletest-58f3f1005cffce8a9d005d0361d3471cd9947501.zip
googletest-58f3f1005cffce8a9d005d0361d3471cd9947501.tar.gz
googletest-58f3f1005cffce8a9d005d0361d3471cd9947501.tar.bz2
Merge pull request #1784 from DavidSchuldenfrei/add-adapter-to-readme
New Readme.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 83577a5..fe56941 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