]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/has_main_header.c
Implementation of auto-depends, based on Idris's start.
[ccan] / tools / ccanlint / compulsory_tests / has_main_header.c
index 978bfcb60029ca30e9beb6eae47dcab285043f0f..071c7157ba54b29fa7c822f0d5a31ab5fc8e048f 100644 (file)
@@ -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);