]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/compulsory_tests/compile_test_helpers.c
ccanlint: timeout, and implement -t option for quicker tests.
[ccan] / tools / ccanlint / compulsory_tests / compile_test_helpers.c
index 127d972b183cba95113c25f0c924e57309306d83..d229183a57b84558f8957a20e0a04621b4b8d7e4 100644 (file)
@@ -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;