X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fidempotent.c;fp=tools%2Fccanlint%2Ftests%2Fidempotent.c;h=6ed1767606239d7e4f8dde94c7211a52ba44ee65;hb=f952b88b36e3803370825fb43385f1a42aa24b64;hp=e9d7cf56a3533f5d892f12a48f4d226147ba2e0c;hpb=7b877620c687786bb5b2b4bb3daffc61ca4322cf;p=ccan diff --git a/tools/ccanlint/tests/idempotent.c b/tools/ccanlint/tests/idempotent.c index e9d7cf56..6ed17676 100644 --- a/tools/ccanlint/tests/idempotent.c +++ b/tools/ccanlint/tests/idempotent.c @@ -132,6 +132,7 @@ static const char *describe_idempotent(struct manifest *m, void *check_result) } struct ccanlint idempotent = { + .key = "idempotent", .name = "Headers are #ifndef/#define idempotent wrapped", .total_score = 1, .check = check_idempotent,