X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fhas_main_header.c;h=071c7157ba54b29fa7c822f0d5a31ab5fc8e048f;hp=978bfcb60029ca30e9beb6eae47dcab285043f0f;hb=5f44c8ca0eb66503db51e0df1b65ff173eb42f57;hpb=8f61c0bccb152b2365baf70deac1e59264d7feb7 diff --git a/tools/ccanlint/compulsory_tests/has_main_header.c b/tools/ccanlint/compulsory_tests/has_main_header.c index 978bfcb6..071c7157 100644 --- a/tools/ccanlint/compulsory_tests/has_main_header.c +++ b/tools/ccanlint/compulsory_tests/has_main_header.c @@ -39,3 +39,5 @@ struct ccanlint has_main_header = { .check = check_has_main_header, .describe = describe_has_main_header, }; + +REGISTER_TEST(has_main_header, NULL);