X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_pass_without_features.c;h=cc650c24c88fdf1761cc8f089f75c1b213ec2365;hp=4ce337555b97f0274ca2e7697628faf684116545;hb=728d98e8e44abcacbe9bfcd89762de2beda72698;hpb=4c5ed661c625ac2638a18f9540ff5b9f96a6ba6f diff --git a/tools/ccanlint/tests/tests_pass_without_features.c b/tools/ccanlint/tests/tests_pass_without_features.c index 4ce33755..cc650c24 100644 --- a/tools/ccanlint/tests/tests_pass_without_features.c +++ b/tools/ccanlint/tests/tests_pass_without_features.c @@ -29,6 +29,8 @@ static void do_run_tests_no_features(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_command(m, timeleft, &cmdout, "%s", i->compiled[COMPILE_NOFEAT])) score->score++;