projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
441a3cb
)
ccanlint: fix --test-dep-graph
author
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 16 Nov 2011 07:44:56 +0000
(18:14 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 16 Nov 2011 07:44:56 +0000
(18:14 +1030)
Broken by
758ab1f402b4
"ccanlint: drop -d, interpret any arguments as
directories, and allow multiple."
tools/ccanlint/ccanlint.c
patch
|
blob
|
history
diff --git
a/tools/ccanlint/ccanlint.c
b/tools/ccanlint/ccanlint.c
index 74497d5c3d5d53f117ae73d4b74e30bf12d55b35..4092d104160145fd6e0657187034a48da3ad845c 100644
(file)
--- a/
tools/ccanlint/ccanlint.c
+++ b/
tools/ccanlint/ccanlint.c
@@
-403,6
+403,7
@@
static void test_dgraph_edges(struct list_head *tests)
static char *test_dependency_graph(void *arg)
{
+ init_tests();
puts("digraph G {");
test_dgraph_vertices(&compulsory_tests, ", style=filled, fillcolor=yellow");