]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/has_main_header.c
ccanlint: list dependencies by key
[ccan] / tools / ccanlint / compulsory_tests / has_main_header.c
index 338f7af789fece9a2b99f222002d0d777908288e..259aa347ccaff19122e243231697354c694c3a0f 100644 (file)
@@ -37,6 +37,7 @@ struct ccanlint has_main_header = {
        .key = "main_header_exists",
        .name = "Module has main header file",
        .check = check_has_main_header,
+       .needs = ""
 };
 
-REGISTER_TEST(has_main_header, NULL);
+REGISTER_TEST(has_main_header);