X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fhas_info_documentation.c;fp=tools%2Fccanlint%2Ftests%2Fhas_info_documentation.c;h=9233e2883d7229acb3e132659cf36fd00339a5b6;hb=501b31cddfaa3e8a4374dc84f6f75d07dd2d0abb;hp=8a506aba85253596975462dd1532038d30d6e79c;hpb=9ca74a8e616261a3afebcc52472a25f2d551e2b6;p=ccan diff --git a/tools/ccanlint/tests/has_info_documentation.c b/tools/ccanlint/tests/has_info_documentation.c index 8a506aba..9233e288 100644 --- a/tools/ccanlint/tests/has_info_documentation.c +++ b/tools/ccanlint/tests/has_info_documentation.c @@ -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);