X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fobjects_build.c;h=d0bd7365dc7c52024975626c0e950a2a6e1d8e87;hp=5e6daf7827a1c5104d5e9dd81c49f671e834ea5f;hb=e5e620e2dba2868f2d84a1f19a07c5e7a9cd3986;hpb=36a15d7dee063b6b8ce0480482969e4ba49460a4;ds=sidebyside diff --git a/tools/ccanlint/tests/objects_build.c b/tools/ccanlint/tests/objects_build.c index 5e6daf78..d0bd7365 100644 --- a/tools/ccanlint/tests/objects_build.c +++ b/tools/ccanlint/tests/objects_build.c @@ -88,7 +88,7 @@ struct ccanlint objects_build = { .compulsory = true, .check = check_objs_build, .can_run = can_build, - .needs = "depends_exist" + .needs = "depends_exist info_ported" }; REGISTER_TEST(objects_build);