X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fheaders_idempotent.c;h=4b98b246bfcdacc24608e5b6352ec9a77c4b2de3;hb=64bd9ff9bc3e65bb0e77b982135d6612cda180cd;hp=f23784e4a2870c4b93cb9f7813aeb3b1d60464ef;hpb=678cd10db6d6b81d97f3b98ea0a54657141632ad;p=ccan diff --git a/tools/ccanlint/tests/headers_idempotent.c b/tools/ccanlint/tests/headers_idempotent.c index f23784e4..4b98b246 100644 --- a/tools/ccanlint/tests/headers_idempotent.c +++ b/tools/ccanlint/tests/headers_idempotent.c @@ -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);