X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fbuild_objs.c;h=619c600807d2b7a29d463c0f83b3ca59864db409;hb=304652023042670b3173de0ad5dc0eb7c836618c;hp=4c0b6bba8dd97487c3070d22c00944a540f6f65c;hpb=747a69435d9f83c0968d9689c4951bc0233ffc5e;p=ccan diff --git a/tools/ccanlint/compulsory_tests/build_objs.c b/tools/ccanlint/compulsory_tests/build_objs.c index 4c0b6bba..619c6008 100644 --- a/tools/ccanlint/compulsory_tests/build_objs.c +++ b/tools/ccanlint/compulsory_tests/build_objs.c @@ -21,7 +21,7 @@ static const char *can_build(struct manifest *m) return NULL; } -static void *check_objs_build(struct manifest *m) +static void *check_objs_build(struct manifest *m, unsigned int *timeleft) { char *report = NULL; struct ccan_file *i; @@ -50,6 +50,7 @@ static const char *describe_objs_build(struct manifest *m, void *check_result) } struct ccanlint build_objs = { + .key = "build-objs", .name = "Module object files can be built", .check = check_objs_build, .describe = describe_objs_build,