]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/depends_build.c
ccanlint: add "_info ported" (for ccan/altstack).
[ccan] / tools / ccanlint / tests / depends_build.c
index 69510a2969b69c6c6468d0085a89850b0428c3e2..d4ebcb1da9af945ddf5652afdcda76d185eb8b0c 100644 (file)
@@ -108,7 +108,7 @@ struct ccanlint depends_build = {
        .name = "Module's CCAN dependencies can be found or built",
        .check = check_depends_built,
        .can_run = can_build,
-       .needs = "depends_exist test_depends_exist"
+       .needs = "depends_exist test_depends_exist info_ported"
 };
 
 REGISTER_TEST(depends_build);