Closed
Description
Currently with standard testing, unittests only print out the name + result after they finish. This is usually good, apart from when tests hang. In that case you have to manually try to find the right test, which can take some time depending on a project.
Test build should either output the test name before running it by default, or at least print out a new message about starting the test run when some option is provided.
Of course this gets harder when multithreded testing is active.