diff -r d31f4d4075dc -r 0e1cf2cd500e src/cx/test.h --- a/src/cx/test.h Wed Dec 20 17:57:18 2023 +0100 +++ b/src/cx/test.h Wed Dec 20 18:13:30 2023 +0100 @@ -220,7 +220,7 @@ char total[80]; int len = snprintf( total, 80, - " Total: %u\n Success: %u\n Failure: %u\n", + " Total: %u\n Success: %u\n Failure: %u\n\n", suite->success + suite->failure, suite->success, suite->failure ); out_writer(total, 1, len, out_target);