X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_pass_without_features.c;h=cbb23baeae0cff8d8b45127adfe13fa13eabfe7d;hp=4ce337555b97f0274ca2e7697628faf684116545;hb=9d965629977108b7dcce86f9c248be47b5928bc9;hpb=b931f4765272d68de3b5e35d70c1933c27bcdea4 diff --git a/tools/ccanlint/tests/tests_pass_without_features.c b/tools/ccanlint/tests/tests_pass_without_features.c index 4ce33755..cbb23bae 100644 --- a/tools/ccanlint/tests/tests_pass_without_features.c +++ b/tools/ccanlint/tests/tests_pass_without_features.c @@ -17,7 +17,6 @@ /* We don't do these under valgrind: too slow! */ static void do_run_tests_no_features(struct manifest *m, - bool keep, unsigned int *timeleft, struct score *score) { @@ -29,6 +28,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++;