]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/has_tests.c
ccanlint: clean up test short descriptions
[ccan] / tools / ccanlint / compulsory_tests / has_tests.c
index 46998d58cb0bb40148f050aa0c64c0bc6413e7f3..0fa11aaa7505eb12d8cb4d93a2c8c83f09c27272 100644 (file)
@@ -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,