src/cx/test.h

changeset 768
0e1cf2cd500e
parent 767
d31f4d4075dc
child 784
ba5faf85dec6
equal deleted inserted replaced
767:d31f4d4075dc 768:0e1cf2cd500e
218 } 218 }
219 out_writer("\nAll test completed.\n", 1, 21, out_target); 219 out_writer("\nAll test completed.\n", 1, 21, out_target);
220 char total[80]; 220 char total[80];
221 int len = snprintf( 221 int len = snprintf(
222 total, 80, 222 total, 80,
223 " Total: %u\n Success: %u\n Failure: %u\n", 223 " Total: %u\n Success: %u\n Failure: %u\n\n",
224 suite->success + suite->failure, suite->success, suite->failure 224 suite->success + suite->failure, suite->success, suite->failure
225 ); 225 );
226 out_writer(total, 1, len, out_target); 226 out_writer(total, 1, len, out_target);
227 } 227 }
228 228

mercurial