]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/build.c
ccanlint: rename test keys
[ccan] / tools / ccanlint / compulsory_tests / build.c
index fee79b10c82499574482e2f5913258e19d9107fd..557b708bf7144c2237caa0c44d93c9771cf8d04b 100644 (file)
@@ -74,7 +74,7 @@ static void do_build(struct manifest *m,
 }
 
 struct ccanlint build = {
-       .key = "build",
+       .key = "module_builds",
        .name = "Module can be built from object files",
        .check = do_build,
        .can_run = can_build,