]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/idempotent.c
ccanlint: timeout, and implement -t option for quicker tests.
[ccan] / tools / ccanlint / tests / idempotent.c
index 34b455c0a5fd5dd206b58c05a3510181ec6fe1f3..05f4c593b5724f1c8ceffbd8282c5d0ad6cb58a5 100644 (file)
@@ -112,7 +112,7 @@ static char *report_idem(struct ccan_file *f, char *sofar)
        return sofar;
 }
 
-static void *check_idempotent(struct manifest *m)
+static void *check_idempotent(struct manifest *m, unsigned int *timeleft)
 {
        struct ccan_file *f;
        char *report = NULL;