DLR-SC / googletest_mpi

Googletest-mpi - Extension of the Google Test library to support MPI parallel tests
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

>= 1.10. do we need to do something with TestSkipped? #8

Open holke opened 2 years ago

holke commented 2 years ago

1.10. introduced the functions TestPartSkipped and TestResult::Skipped to gtest.cc. Do we need to add anything here to support MPI? Such as: only skip a test if all processes skip the test?