Gakaza/googletest

need run the testcases with multithreading or multiprocess

Closed this issue · 1 comments

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

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

  • Changed state: WontFix