]> git.ozlabs.org Git - ccan/blobdiff - tools/manifest.h
ccanlint: add testdepends support.
[ccan] / tools / manifest.h
index 588efe5f0185f0c5941cfaeb489d8ff930a589d9..04f88d9e084ee7f5e14397e1ba5e8596b7bd822e 100644 (file)
@@ -38,6 +38,7 @@ struct manifest {
 
        /* From tests/check_depends_exist.c */
        struct list_head deps;
+       struct list_head test_deps;
 
        /* From tests/license_exists.c */
        enum license license;
@@ -89,7 +90,4 @@ const char *get_ccan_file_contents(struct ccan_file *f);
 /* Use this rather than accessing f->lines directly: loads on demand. */
 char **get_ccan_file_lines(struct ccan_file *f);
 
-/* Where is the ccan dir?  Available after first manifest. */
-extern const char *ccan_dir;
-
 #endif /* CCAN_TOOLS_MANIFEST_H */