aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMate Pek <mate.pek@gmail.com>2019-11-25 23:53:49 +0700
committerMate Pek <mate.pek@gmail.com>2019-11-25 23:53:49 +0700
commit5a62d400e057ddad7d4d55118bf5fd3bc095d65e (patch)
tree22aad226e14f01174d94e00118336333dc9efd21 /README.md
parent679bfec6db73c021b0226e386c65ec1baee7a09f (diff)
downloadgoogletest-5a62d400e057ddad7d4d55118bf5fd3bc095d65e.tar.gz
googletest-5a62d400e057ddad7d4d55118bf5fd3bc095d65e.tar.bz2
googletest-5a62d400e057ddad7d4d55118bf5fd3bc095d65e.zip
README.md: added Catch2 and Google Test Explorer
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..8c18dbc8 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.