Home | History | Annotate | Download | only in src

Lines Matching refs:print_message

1467 void print_message(const char* const format, ...) {
1513 print_message("%s: Starting test\n", function_name);
1530 print_message("%s: Test completed successfully.\n", function_name);
1535 print_message("%s: Test failed.\n", function_name);
1666 print_message("All %d tests passed\n", tests_executed);