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