]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/build_objs.c
ccanlint: rename test keys
[ccan] / tools / ccanlint / compulsory_tests / build_objs.c
index d26844941c859e10d85fa2e7ae27148fefea98da..9393f62f11eb4507dc3ca76330e279a03fb136c8 100644 (file)
@@ -58,7 +58,7 @@ static void check_objs_build(struct manifest *m,
 }
 
 struct ccanlint build_objs = {
-       .key = "build-objects",
+       .key = "objects_build",
        .name = "Module object files can be built",
        .check = check_objs_build,
        .can_run = can_build,