]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/check_depends_built.c
ccanlint: rename structures to match keys
[ccan] / tools / ccanlint / compulsory_tests / check_depends_built.c
index c4c649dd9e2fe44d168c656fe54349dc360c7922..bb1f6ca358a821d8f14b9172f8bd737cdc107c5f 100644 (file)
@@ -100,7 +100,7 @@ static void check_depends_built(struct manifest *m,
        score->score = score->total;
 }
 
-struct ccanlint depends_built = {
+struct ccanlint depends_build = {
        .key = "depends_build",
        .name = "Module's CCAN dependencies can be found or built",
        .check = check_depends_built,
@@ -108,4 +108,4 @@ struct ccanlint depends_built = {
        .needs = "depends_exist"
 };
 
-REGISTER_TEST(depends_built);
+REGISTER_TEST(depends_build);