X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_pass.c;h=f90b5858f236bf41bd0ef6d0298e05d13e5f8707;hp=cbf01fd4e13e9b83df06378d97b276e2fdddc9f0;hb=728d98e8e44abcacbe9bfcd89762de2beda72698;hpb=4c5ed661c625ac2638a18f9540ff5b9f96a6ba6f diff --git a/tools/ccanlint/tests/tests_pass.c b/tools/ccanlint/tests/tests_pass.c index cbf01fd4..f90b5858 100644 --- a/tools/ccanlint/tests/tests_pass.c +++ b/tools/ccanlint/tests/tests_pass.c @@ -94,6 +94,8 @@ static void do_run_tests(struct manifest *m, foreach_ptr(list, &m->run_tests, &m->api_tests) { list_for_each(list, i, list) { score->total++; + if (verbose >= 2) + printf(" %s\n", i->name); if (run_test(score, m, timeleft, &cmdout, i)) score->score++; else