]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/check_build.c
ccanlint: clean up test short descriptions
[ccan] / tools / ccanlint / compulsory_tests / check_build.c
index 21189645280d4d2b5d6da1c8eaa9ed01218120d1..820cc9fec2eb53edc30ff6b97f892e2090bab66c 100644 (file)
@@ -84,7 +84,8 @@ static const char *describe_use_build(struct manifest *m, void *check_result)
 }
 
 struct ccanlint check_build = {
-       .name = "Module can be used",
+       .key = "check-link",
+       .name = "Module can be linked against trivial program",
        .total_score = 1,
        .check = check_use_build,
        .describe = describe_use_build,