diff options
author | Peter Boström <pbos@google.com> | 2017-07-11 13:23:01 -0700 |
---|---|---|
committer | Peter Boström <pbos@google.com> | 2017-07-11 13:23:01 -0700 |
commit | 1b39c3dcdf7759fd8dce5ef2d0c265151de9f1b0 (patch) | |
tree | 8d4f2f945a0f9a40fde985aa2d50a8447b60248c /README.md | |
parent | 4bab34d2084259cba67f3bfb51217c10d606e175 (diff) | |
download | googletest-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.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |