]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/check_build.c
From: Joseph Adams <joeyadams3.14159@gmail.com>
[ccan] / tools / ccanlint / compulsory_tests / check_build.c
index 21189645280d4d2b5d6da1c8eaa9ed01218120d1..a0b596693c492824cade2404ba0f0ed1b6693249 100644 (file)
@@ -84,6 +84,7 @@ static const char *describe_use_build(struct manifest *m, void *check_result)
 }
 
 struct ccanlint check_build = {
+       .key = "check-build",
        .name = "Module can be used",
        .total_score = 1,
        .check = check_use_build,