X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fcheck_depends_exist.c;h=ffbf4539bf6f07ad31a3e8aaaf8390ceb8b2f9f0;hp=d1f33b6465fbf99e0e94103c1d9d7d10b603f58f;hb=f9423c171395571f9880286190d9cf63da147668;hpb=451d97ad85e65061223f04dceaca0454c7b2201a diff --git a/tools/ccanlint/compulsory_tests/check_depends_exist.c b/tools/ccanlint/compulsory_tests/check_depends_exist.c index d1f33b64..ffbf4539 100644 --- a/tools/ccanlint/compulsory_tests/check_depends_exist.c +++ b/tools/ccanlint/compulsory_tests/check_depends_exist.c @@ -69,9 +69,9 @@ static void check_depends_exist(struct manifest *m, } struct ccanlint depends_exist = { - .key = "depends-exist", - .name = "Module's CCAN dependencies are present", + .key = "depends_exist", + .name = "Module's CCAN dependencies can be found", .check = check_depends_exist, }; -REGISTER_TEST(depends_exist, NULL); +REGISTER_TEST(depends_exist, &has_info, NULL);