test_printf
test_printf(t, "%s [%s:%d]%s%s: %s\n",
test_printf(t, "%s\n", reason);
test_printf(t, "=== RUN %s\n", t->name);
test_printf(t, "--- %s: %s\n\n", status, t->name);
void test_printf(struct test *_t, const char *_fmt, ...)
test_printf(t, " 0x%02x,%s", buf[i - 1], i % 8 ? "" : "\n");
test_printf(t, "\n");
test_printf(t, " %s0x%02x,%s", mark, buf[i - 1], newline);
test_printf(t, "\n");