ehmaldonado 1eac19fd46 Update version of third_party/gtest-parallel.
BUG=chromium:325726
R=kjellander@webrtc.org, kwiberg@webrtc.org, pbos@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2565663003
Cr-Commit-Position: refs/heads/master@{#15514}
2016-12-09 16:29:42 +00:00

14 lines
502 B
Plaintext

URL: https://github.com/google/gtest-parallel
Version: 829958e96a905d1f420e4021e9ae0f077419a8e5
License: Apache 2.0
License File: LICENSE
Description:
Parallelization script for gtest binaries.
Local Modifications:
Added gtest-parallel-wrapper.py to convert the GTEST_SHARD_INDEX and
GTEST_TOTAL_SHARDS environment variables to flags, since gtest-parallel takes
flags as arguments, and delete them afterwards, since letting them set
introduces a bug where only tests in the first shard are executed.