]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/ccanlint.h
ccanlint: compile and run tests.
[ccan] / tools / ccanlint / ccanlint.h
index d832332dc757197280b6ac3c4eb79427781a0b75..271fba9501892b56ff3d9321ebc83e39cdb33afc 100644 (file)
@@ -22,6 +22,7 @@ struct manifest {
        struct list_head api_tests;
        struct list_head compile_ok_tests;
        struct list_head compile_fail_tests;
+       struct list_head other_test_c_files;
        struct list_head other_test_files;
 
        struct list_head other_files;
@@ -124,6 +125,9 @@ struct ccan_file {
        struct line_info *line_info;
 
        struct list_head *doc_sections;
+
+       /* If this file gets compiled (eg. .C file to .o file), result here. */
+       const char *compiled;
 };
 
 /* A new ccan_file, with the given name (talloc_steal onto returned value). */