]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/has_info.c
ccanlint: list dependencies by key
[ccan] / tools / ccanlint / compulsory_tests / has_info.c
index 5b71efa4fc9fd9c1304098a5e134d51a3c513e29..b61ee0aefb79670bfa913f68a5311d18e5e65b05 100644 (file)
@@ -79,6 +79,7 @@ struct ccanlint has_info = {
        .name = "Module has _info file",
        .check = check_has_info,
        .handle = create_info_template,
+       .needs = ""
 };
 
-REGISTER_TEST(has_info, NULL);
+REGISTER_TEST(has_info);