Commit 0ad719f5 authored by Rusty Russell's avatar Rusty Russell

ccanlint: fix --test-dep-graph

Broken by 758ab1f4 "ccanlint: drop -d, interpret any arguments as
directories, and allow multiple."
parent 441a3cb1
...@@ -403,6 +403,7 @@ static void test_dgraph_edges(struct list_head *tests) ...@@ -403,6 +403,7 @@ static void test_dgraph_edges(struct list_head *tests)
static char *test_dependency_graph(void *arg) static char *test_dependency_graph(void *arg)
{ {
init_tests();
puts("digraph G {"); puts("digraph G {");
test_dgraph_vertices(&compulsory_tests, ", style=filled, fillcolor=yellow"); test_dgraph_vertices(&compulsory_tests, ", style=filled, fillcolor=yellow");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment