aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPeter Boström <pbos@google.com>2017-07-11 13:23:01 -0700
committerPeter Boström <pbos@google.com>2017-07-11 13:23:01 -0700
commit1b39c3dcdf7759fd8dce5ef2d0c265151de9f1b0 (patch)
tree8d4f2f945a0f9a40fde985aa2d50a8447b60248c /README.md
parent4bab34d2084259cba67f3bfb51217c10d606e175 (diff)
downloadgoogletest-1b39c3dcdf7759fd8dce5ef2d0c265151de9f1b0.tar.gz
googletest-1b39c3dcdf7759fd8dce5ef2d0c265151de9f1b0.tar.bz2
googletest-1b39c3dcdf7759fd8dce5ef2d0c265151de9f1b0.zip
Add gtest-parallel to open-source projects.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 076484e4..d879118e 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,9 @@ listener for Google Test that implements the
[TAP protocol](https://en.wikipedia.org/wiki/Test_Anything_Protocol) for test
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.
+
## Requirements ##
Google Test is designed to have fairly minimal requirements to build