X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fdepends_accurate.c;h=a50611863c22feb8fffdbe6bc545ff0b7d03962c;hp=08760333eafcb6c0d757fc6f5c2e234c0137633a;hb=2512fecb742a1cfd0ce31d81c98bba0a97f3cbe2;hpb=5b3a4c71fa765379906b2f4e3c90e8fdd5d1c255 diff --git a/tools/ccanlint/tests/depends_accurate.c b/tools/ccanlint/tests/depends_accurate.c index 08760333..a5061186 100644 --- a/tools/ccanlint/tests/depends_accurate.c +++ b/tools/ccanlint/tests/depends_accurate.c @@ -137,7 +137,7 @@ struct ccanlint depends_accurate = { .key = "depends_accurate", .name = "Module's CCAN dependencies are the only CCAN files #included", .check = check_depends_accurate, - .needs = "depends_exist test_depends_exist headers_idempotent" + .needs = "depends_exist info_compiles test_depends_exist headers_idempotent" }; REGISTER_TEST(depends_accurate);