X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fhas_tests.c;fp=tools%2Fccanlint%2Fcompulsory_tests%2Fhas_tests.c;h=0fa11aaa7505eb12d8cb4d93a2c8c83f09c27272;hp=930b412970353a05042623f65c91e263e37b003c;hb=357700fd05c2cf25563a0058fd68f2ffea827e74;hpb=218c9c2322fb2e8aaac2e5c400cb5a0aa2b7f1e3 diff --git a/tools/ccanlint/compulsory_tests/has_tests.c b/tools/ccanlint/compulsory_tests/has_tests.c index 930b4129..0fa11aaa 100644 --- a/tools/ccanlint/compulsory_tests/has_tests.c +++ b/tools/ccanlint/compulsory_tests/has_tests.c @@ -125,7 +125,7 @@ static void handle_no_tests(struct manifest *m, void *check_result) struct ccanlint has_tests = { .key = "has-tests", - .name = "Has tests", + .name = "Module has tests", .check = check_has_tests, .describe = describe_has_tests, .handle = handle_no_tests,