X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fcompile_test_helpers.c;h=127d972b183cba95113c25f0c924e57309306d83;hb=357700fd05c2cf25563a0058fd68f2ffea827e74;hp=5c7a9ec6d271428529d447b2be6b7ab42e21cba4;hpb=f952b88b36e3803370825fb43385f1a42aa24b64;p=ccan diff --git a/tools/ccanlint/compulsory_tests/compile_test_helpers.c b/tools/ccanlint/compulsory_tests/compile_test_helpers.c index 5c7a9ec6..127d972b 100644 --- a/tools/ccanlint/compulsory_tests/compile_test_helpers.c +++ b/tools/ccanlint/compulsory_tests/compile_test_helpers.c @@ -57,7 +57,7 @@ static const char *describe_compile_test_helpers(struct manifest *m, struct ccanlint compile_test_helpers = { .key = "compile-helpers", - .name = "Compiling test helper files", + .name = "Module test helper objects compile", .total_score = 1, .check = do_compile_test_helpers, .describe = describe_compile_test_helpers,