X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fheaders_idempotent.c;fp=tools%2Fccanlint%2Ftests%2Fheaders_idempotent.c;h=4b98b246bfcdacc24608e5b6352ec9a77c4b2de3;hb=60824f8a0f758dc7808eb31cc83434ea78f44ed1;hp=f23784e4a2870c4b93cb9f7813aeb3b1d60464ef;hpb=50212d0d271f967d9f5d14c116ec54c0050882a8;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);