The boost test library supports various logging options, for example: --log_level=all
or log_level=test_suite
.
And the ctest
test driver program has the option --output-on-failure
which nicely outputs the messages from boost test.
Is it possible to enable the above output for passed tests too?