]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/check_build.c
ccanlint: rename test keys
[ccan] / tools / ccanlint / compulsory_tests / check_build.c
index b7935f015d6982aa0fca24d9ba4b03585ca1c54f..39f16c2e0e8fd15f2bd21e5c354014c68ed67ea4 100644 (file)
@@ -84,7 +84,7 @@ static void check_use_build(struct manifest *m,
 }
 
 struct ccanlint check_build = {
 }
 
 struct ccanlint check_build = {
-       .key = "check-link",
+       .key = "module_links",
        .name = "Module can be linked against trivial program",
        .check = check_use_build,
        .can_run = can_build,
        .name = "Module can be linked against trivial program",
        .check = check_use_build,
        .can_run = can_build,