I've been able to configure Boost Test to create a report when the tests are complete but what I'd also like to do is while running a set of tests to be able to print the pass/fail state of each test to the console as the tests are running.
So I started looking into how I might get access to the test_results and results_collector classes in Boost Test. But I can't figure it out.
Can anyone help?