X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fidempotent.c;fp=tools%2Fccanlint%2Ftests%2Fidempotent.c;h=a5210e2fecf3235426474527a7127fe968bd3c92;hb=016a19d260cd7f4afeb5b2b2cc28c8bbed1cd170;hp=944fd24820d7160e4756c08ee19ec2db3a977fab;hpb=f9423c171395571f9880286190d9cf63da147668;p=ccan diff --git a/tools/ccanlint/tests/idempotent.c b/tools/ccanlint/tests/idempotent.c index 944fd248..a5210e2f 100644 --- a/tools/ccanlint/tests/idempotent.c +++ b/tools/ccanlint/tests/idempotent.c @@ -198,6 +198,7 @@ struct ccanlint idempotent = { .name = "Module headers are #ifndef/#define wrapped", .check = check_idempotent, .handle = handle_idem, + .needs = "" }; -REGISTER_TEST(idempotent, NULL); +REGISTER_TEST(idempotent);