X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fhas_tests.c;h=930b412970353a05042623f65c91e263e37b003c;hp=46998d58cb0bb40148f050aa0c64c0bc6413e7f3;hb=f952b88b36e3803370825fb43385f1a42aa24b64;hpb=7b877620c687786bb5b2b4bb3daffc61ca4322cf diff --git a/tools/ccanlint/compulsory_tests/has_tests.c b/tools/ccanlint/compulsory_tests/has_tests.c index 46998d58..930b4129 100644 --- a/tools/ccanlint/compulsory_tests/has_tests.c +++ b/tools/ccanlint/compulsory_tests/has_tests.c @@ -124,6 +124,7 @@ static void handle_no_tests(struct manifest *m, void *check_result) } struct ccanlint has_tests = { + .key = "has-tests", .name = "Has tests", .check = check_has_tests, .describe = describe_has_tests,