]> git.ozlabs.org Git - ccan/blobdiff - tools/manifest.h
rfc822: Update rfc822 module to use testdepends
[ccan] / tools / manifest.h
index ee5ae9dfcd6aaa1651753408147a28173284152a..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;