X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fcheck_depends_exist.c;h=28f581c5758e01b3aa335e3744757996d1f659a8;hp=656901e74c65054eec3c3ffae255ff0a0e564393;hb=f952b88b36e3803370825fb43385f1a42aa24b64;hpb=7b877620c687786bb5b2b4bb3daffc61ca4322cf diff --git a/tools/ccanlint/compulsory_tests/check_depends_exist.c b/tools/ccanlint/compulsory_tests/check_depends_exist.c index 656901e7..28f581c5 100644 --- a/tools/ccanlint/compulsory_tests/check_depends_exist.c +++ b/tools/ccanlint/compulsory_tests/check_depends_exist.c @@ -66,6 +66,7 @@ static const char *describe_depends_exist(struct manifest *m, } struct ccanlint depends_exist = { + .key = "depends-exist", .name = "CCAN dependencies are present", .total_score = 1, .check = check_depends_exist,