X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fidempotent.c;h=340a0698ac6aecbcb8baf85d231ce4e4d8d978fc;hp=a5210e2fecf3235426474527a7127fe968bd3c92;hb=2926cafb52b9d95646d9dafa877d53f2368d8b2c;hpb=016a19d260cd7f4afeb5b2b2cc28c8bbed1cd170;ds=sidebyside diff --git a/tools/ccanlint/tests/idempotent.c b/tools/ccanlint/tests/idempotent.c index a5210e2f..340a0698 100644 --- a/tools/ccanlint/tests/idempotent.c +++ b/tools/ccanlint/tests/idempotent.c @@ -193,7 +193,7 @@ static void check_idempotent(struct manifest *m, } } -struct ccanlint idempotent = { +struct ccanlint headers_idempotent = { .key = "headers_idempotent", .name = "Module headers are #ifndef/#define wrapped", .check = check_idempotent, @@ -201,4 +201,4 @@ struct ccanlint idempotent = { .needs = "" }; -REGISTER_TEST(idempotent); +REGISTER_TEST(headers_idempotent);