Files
platform-external-webrtc/third_party/gtest-parallel
ehmaldonado ab102f1632 Update gtest-parallel and introduce gtest-parallel-wrapper.
Now gtest-parallel is the same as in the github repo.
A wrapper script was created to handle the environment variables.

TBR=pbos@webrtc.org
BUG=chromium:497757
NOTRY=True

Review-Url: https://codereview.webrtc.org/2513073002
Cr-Commit-Position: refs/heads/master@{#15170}
2016-11-21 16:01:14 +00:00
..
2014-05-23 09:37:29 +00:00
2015-02-05 12:37:42 +00:00

URL: https://github.com/google/gtest-parallel
Version: 89b859c1412089468599a3366a72a1e774ce5c2c
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.