diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-08-01 14:53:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-01 14:53:18 -0400 |
commit | e2e37c94320b8637a5696f7cbe7078f1ae4cd809 (patch) | |
tree | 74a8158284ddeee32429f51008910d4e570260ad | |
parent | 7755e5d241d119f0cdecd83fe66feee0f66a35cb (diff) | |
parent | 1b39c3dcdf7759fd8dce5ef2d0c265151de9f1b0 (diff) | |
download | googletest-e2e37c94320b8637a5696f7cbe7078f1ae4cd809.tar.gz googletest-e2e37c94320b8637a5696f7cbe7078f1ae4cd809.tar.bz2 googletest-e2e37c94320b8637a5696f7cbe7078f1ae4cd809.zip |
Merge pull request #1147 from pbos/gtest_parallel_link
Add gtest-parallel to open-source projects.
-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 |