]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/has_info_documentation.c
Implementation of auto-depends, based on Idris's start.
[ccan] / tools / ccanlint / tests / has_info_documentation.c
index 8a506aba85253596975462dd1532038d30d6e79c..9233e2883d7229acb3e132659cf36fd00339a5b6 100644 (file)
@@ -128,3 +128,5 @@ struct ccanlint has_info_documentation = {
        .check = check_has_info_documentation,
        .describe = describe_has_info_documentation,
 };
+
+REGISTER_TEST(has_info_documentation, NULL);