]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/has_tests.c
From: Joseph Adams <joeyadams3.14159@gmail.com>
[ccan] / tools / ccanlint / compulsory_tests / has_tests.c
index 46998d58cb0bb40148f050aa0c64c0bc6413e7f3..930b412970353a05042623f65c91e263e37b003c 100644 (file)
@@ -124,6 +124,7 @@ static void handle_no_tests(struct manifest *m, void *check_result)
 }      
 
 struct ccanlint has_tests = {
+       .key = "has-tests",
        .name = "Has tests",
        .check = check_has_tests,
        .describe = describe_has_tests,