projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ccanlint: show each test as we execute it with -vv
[ccan]
/
tools
/
ccanlint
/
tests
/
tests_pass.c
diff --git
a/tools/ccanlint/tests/tests_pass.c
b/tools/ccanlint/tests/tests_pass.c
index cbf01fd4e13e9b83df06378d97b276e2fdddc9f0..f90b5858f236bf41bd0ef6d0298e05d13e5f8707 100644
(file)
--- 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