X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fccanlint%2Fcompulsory_tests%2Fcheck_depends_built.c;h=c4c649dd9e2fe44d168c656fe54349dc360c7922;hb=016a19d260cd7f4afeb5b2b2cc28c8bbed1cd170;hp=b1ba40cb40493be87ae46bb6cb307ef3d79b4a2a;hpb=2d4243996a4ace6d4eac1da460dd5bbcb31304ce;p=ccan-lca-2011.git diff --git a/tools/ccanlint/compulsory_tests/check_depends_built.c b/tools/ccanlint/compulsory_tests/check_depends_built.c index b1ba40c..c4c649d 100644 --- a/tools/ccanlint/compulsory_tests/check_depends_built.c +++ b/tools/ccanlint/compulsory_tests/check_depends_built.c @@ -101,10 +101,11 @@ static void check_depends_built(struct manifest *m, } struct ccanlint depends_built = { - .key = "depends-built", + .key = "depends_build", .name = "Module's CCAN dependencies can be found or built", .check = check_depends_built, .can_run = can_build, + .needs = "depends_exist" }; -REGISTER_TEST(depends_built, &depends_exist, NULL); +REGISTER_TEST(depends_built);