diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-08-27 22:50:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-27 22:50:46 -0400 |
commit | 58f3f1005cffce8a9d005d0361d3471cd9947501 (patch) | |
tree | 8ae312b37da975fe7f0e6a6c98ac1e9448c7a577 | |
parent | 2e68926a9d4929e9289373cd49e40ddcb9a628f7 (diff) | |
parent | b3d210612ce8410928efc52311e366777b7f5b86 (diff) | |
download | googletest-58f3f1005cffce8a9d005d0361d3471cd9947501.tar.gz googletest-58f3f1005cffce8a9d005d0361d3471cd9947501.tar.bz2 googletest-58f3f1005cffce8a9d005d0361d3471cd9947501.zip |
Merge pull request #1784 from DavidSchuldenfrei/add-adapter-to-readme
New Readme.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |