]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/headers_idempotent.c
ccanlint: get rid of separate class of compulsory tests.
[ccan] / tools / ccanlint / tests / headers_idempotent.c
index f23784e4a2870c4b93cb9f7813aeb3b1d60464ef..4b98b246bfcdacc24608e5b6352ec9a77c4b2de3 100644 (file)
@@ -195,7 +195,7 @@ struct ccanlint headers_idempotent = {
        .name = "Module headers are #ifndef/#define wrapped",
        .check = check_idempotent,
        .handle = handle_idem,
-       .needs = ""
+       .needs = "info_exists main_header_exists"
 };
 
 REGISTER_TEST(headers_idempotent);