0

I would like to print a list of all the tests that have failed to be used at the end of the session. In CMocka framework failed tests are shown after each cmocka_run_group_tests call. Is there a standard solution to show all failed tests after running all test groups?

I suppose that I can use all CMUnitTest arrays after running all tests. They should keep all information about filed tests. But is there a better solution to do it?

0 Answers0