liwmj / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

need run the testcases with multithreading or multiprocess #465

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
we have 2000 cases and I hope these cases can run with multithreading or 
multiprocess.So the execute time will be short.

Original issue reported on code.google.com by houhu.m...@gmail.com on 16 Jun 2014 at 1:52

GoogleCodeExporter commented 9 years ago
Thanks for reaching out.
gTest has a facility to shard the test cases, which allows you to run the test 
cases in parallel on multiple processes.
See the documentation at 
https://code.google.com/p/googletest/wiki/AdvancedGuide#Distributing_Test_Functi
ons_to_Multiple_Machines

Original comment by sbe...@google.com on 16 Jun 2014 at 3:21