]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.h
ccanlint: use gcov to rate test coverage (score out of 5)
[ccan] / tools / ccanlint / ccanlint.h
index ad38302861046cdab7475cbef03f22365b51db0f..247d0d0d12cbe92c18f22feb6ee09565bbd1a5e3 100644 (file)
@@ -139,6 +139,9 @@ struct ccan_file {
 
        /* If this file gets compiled (eg. .C file to .o file), result here. */
        char *compiled;
+
+       /* Compiled with coverage information. */
+       char *cov_compiled;
 };
 
 /* A new ccan_file, with the given name (talloc_steal onto returned value). */