]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/depends_accurate.c
tools/ccanlint: make sure _info compiles.
[ccan] / tools / ccanlint / tests / depends_accurate.c
index 08760333eafcb6c0d757fc6f5c2e234c0137633a..a50611863c22feb8fffdbe6bc545ff0b7d03962c 100644 (file)
@@ -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);