test_debugf
test_debugf(t, "running %d threads", nthr);
test_debugf(t, "started thread %d", i);
test_debugf(t, "thread %d joined", i);
test_debugf(t, "too many arguments to function >= %d", MAXCB);
test_debugf(t, NULL);
extern void test_debugf(test_t, const char *format, ...);
test_debugf(t, "DAY1: %s", day);
test_debugf(t, "CSYM: %s", lc->currency_symbol);
test_debugf(t, "%d: expect [%s], got [%s]",
test_debugf(t, "%d: expect [%s], got [%s]",
test_debugf(t, "fopen(%s): %s", path, strerror(errno));
test_debugf(t, "----->> begin (%s) <<------", path);
test_debugf(t, "%d: %s", line, buf);
test_debugf(t, "----->> end (%s) <<------", path);
test_debugf(t, "trying %s", cmd);
test_debugf(t, "result: %d", rv);
test_debugf(t, "Found clang");
test_debugf(t, "Found gcc");
test_debugf(t, "Found unknown (unsupported) compiler");
test_debugf(t, "compiler: %s", cc);
test_debugf(t, "command: %s", cmd);
test_debugf(t, "mbs is %s", mbs);
test_debugf(t, "mbs is %s", mbs);
test_debugf(t, "mbs is %s", mbs);
test_debugf(t, "iteration %d", j);
test_debugf(t, "mbs is %s", mbs);
test_debugf(t, "mbs is %s", mbs);