X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fmanifest.h;h=04f88d9e084ee7f5e14397e1ba5e8596b7bd822e;hb=5e0d0dcb720ebbc4998871c63dfd47c00bca11ba;hp=ee5ae9dfcd6aaa1651753408147a28173284152a;hpb=20ea8a370823bd73a3c96da40a4779fa6ea66462;p=ccan diff --git a/tools/manifest.h b/tools/manifest.h index ee5ae9df..04f88d9e 100644 --- a/tools/manifest.h +++ b/tools/manifest.h @@ -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;