ccanlint: fix listing of dependencies
gcc gave a warning: tools/ccanlint/ccanlint.c:230:19: error: ‘c’ may be used uninitialized in this function Which indicated that test dependency printing was broken: we need to loop through the tests! Also, we haven't parsed options yet, so verbose is never true: move it to later and make it depend on -vvv.
Showing
Please register or sign in to comment