X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fccanlint%2Fcompulsory_tests%2Fhas_tests.c;h=0fa11aaa7505eb12d8cb4d93a2c8c83f09c27272;hb=357700fd05c2cf25563a0058fd68f2ffea827e74;hp=46998d58cb0bb40148f050aa0c64c0bc6413e7f3;hpb=747a69435d9f83c0968d9689c4951bc0233ffc5e;p=ccan diff --git a/tools/ccanlint/compulsory_tests/has_tests.c b/tools/ccanlint/compulsory_tests/has_tests.c index 46998d58..0fa11aaa 100644 --- a/tools/ccanlint/compulsory_tests/has_tests.c +++ b/tools/ccanlint/compulsory_tests/has_tests.c @@ -124,7 +124,8 @@ static void handle_no_tests(struct manifest *m, void *check_result) } struct ccanlint has_tests = { - .name = "Has tests", + .key = "has-tests", + .name = "Module has tests", .check = check_has_tests, .describe = describe_has_tests, .handle = handle_no_tests,