Commit c5940717 authored by Rusty Russell's avatar Rusty Russell

ccanlint: fix ccanlint -l

parent 9691464a
......@@ -372,6 +372,7 @@ static void print_tests(struct list_head *tests, const char *type)
static char *list_tests(void *arg)
{
init_tests();
print_tests(&compulsory_tests, "Compulsory");
print_tests(&normal_tests, "Normal");
exit(0);
......
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