]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/build_objs.c
ccanlint: rename structures to match keys
[ccan] / tools / ccanlint / compulsory_tests / build_objs.c
index 7696b4641edf6fc649806a5af1e12c66b09d6d72..13d34a14e041fb90b2fcbba7df020c06805aec31 100644 (file)
@@ -57,7 +57,7 @@ static void check_objs_build(struct manifest *m,
        }
 }
 
-struct ccanlint build_objs = {
+struct ccanlint objects_build = {
        .key = "objects_build",
        .name = "Module object files can be built",
        .check = check_objs_build,
@@ -65,4 +65,4 @@ struct ccanlint build_objs = {
        .needs = "depends_exist"
 };
 
-REGISTER_TEST(build_objs);
+REGISTER_TEST(objects_build);