summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGennadiy Rozental <rogeeff@google.com>2019-11-26 15:47:46 -0500
committerGennadiy Rozental <rogeeff@google.com>2019-11-26 15:47:46 -0500
commit34e92be31cf457ad4054b7908ee5e0e214dbcddc (patch)
tree2341a53d90523fc335866f28927bd698d3af7b25 /README.md
parent39803f3c51d246dfccb134eabff3e3938aa6f2af (diff)
parent5a62d400e057ddad7d4d55118bf5fd3bc095d65e (diff)
downloadgoogletest-git-34e92be31cf457ad4054b7908ee5e0e214dbcddc.tar.gz
Merge pull request #2604 from matepek:readme-update-with-opensource-proj
PiperOrigin-RevId: 282620313
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8be9786c..e332e9a2 100644
--- a/README.md
+++ b/README.md
@@ -102,6 +102,10 @@ runs tests from your binary in parallel to provide significant speed-up.
is a VS Code extension allowing to view Google Tests in a tree view, and
run/debug your tests.
+[Catch2 and Google Test Explorer](https://github.com/matepek/vscode-catch2-test-adapter)
+is a VS Code extension allowing to view Google Tests in a tree view, and
+run/debug your tests.
+
[Cornichon](https://pypi.org/project/cornichon/) is a small Gherkin DSL parser
that generates stub code for Google Test.