]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/info_ported.c
tools/ccanlint: make sure _info compiles.
[ccan] / tools / ccanlint / tests / info_ported.c
index 4436008925e05ca509d622d200ff949d281c3c54..3479cfc417291781c81b47d22f0770f87e7957b0 100644 (file)
@@ -39,7 +39,7 @@ struct ccanlint info_ported = {
        .can_run = can_build,
        .name = "_info indicates support for this platform",
        .check = check_info_ported,
-       .needs = "info_exists"
+       .needs = "info_compiles"
 };
 
 REGISTER_TEST(info_ported);