Gromacs
2025-dev-20241003-bd59e46
|
Inherits EmptyTestEventListener.
Makes GoogleTest non-failures more verbose.
By default, GoogleTest does not echo messages appended to explicit assertions of success with SUCCEEDED() e.g.
GTEST_SKIP() << "reason why";
produces no output. This test listener changes that behavior, so that the message is echoed.
When run with multiple ranks, only the main rank should use this listener, else the output can be very noisy.