Is anyone here interested in parallelizing execution of gtests?
Recently this idea was implemented (at least) twice: Pawel Hajdan implemented a
C++ launcher, and Peter Bostrom implemented a
python launcher.
I'm wondering if anyone in the googletest community would be interested in adopting either approach, or a third approach, to make parallel execution available by default to googletest-using projects.