X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fcompile_test_helpers.c;h=d229183a57b84558f8957a20e0a04621b4b8d7e4;hp=5c7a9ec6d271428529d447b2be6b7ab42e21cba4;hb=304652023042670b3173de0ad5dc0eb7c836618c;hpb=f952b88b36e3803370825fb43385f1a42aa24b64 diff --git a/tools/ccanlint/compulsory_tests/compile_test_helpers.c b/tools/ccanlint/compulsory_tests/compile_test_helpers.c index 5c7a9ec6..d229183a 100644 --- a/tools/ccanlint/compulsory_tests/compile_test_helpers.c +++ b/tools/ccanlint/compulsory_tests/compile_test_helpers.c @@ -32,7 +32,7 @@ static char *compile(struct manifest *m, struct ccan_file *cfile) return err; } -static void *do_compile_test_helpers(struct manifest *m) +static void *do_compile_test_helpers(struct manifest *m, unsigned int *timeleft) { char *cmdout = NULL; struct ccan_file *i; @@ -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,