X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fdepends_exist.c;h=088b1e0cd6472a702bd974c1051b7770eb1b0597;hp=f4d1e964634c8210cbf8fb6893ef5f4a4b2403ef;hb=2512fecb742a1cfd0ce31d81c98bba0a97f3cbe2;hpb=5b3a4c71fa765379906b2f4e3c90e8fdd5d1c255 diff --git a/tools/ccanlint/tests/depends_exist.c b/tools/ccanlint/tests/depends_exist.c index f4d1e964..088b1e0c 100644 --- a/tools/ccanlint/tests/depends_exist.c +++ b/tools/ccanlint/tests/depends_exist.c @@ -130,7 +130,7 @@ struct ccanlint depends_exist = { .name = "Module's CCAN dependencies can be found", .compulsory = true, .check = check_depends_exist, - .needs = "info_exists" + .needs = "info_compiles" }; REGISTER_TEST(depends_exist);