]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/tests_pass_without_features.c
ccanlint: show each test as we execute it with -vv
[ccan] / tools / ccanlint / tests / tests_pass_without_features.c
index 4ce337555b97f0274ca2e7697628faf684116545..cc650c24c88fdf1761cc8f089f75c1b213ec2365 100644 (file)
@@ -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++;