X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fmanifest.c;fp=tools%2Fmanifest.c;h=e368b4ed1e2a8b0470218cc30a42aa7f5da3547d;hp=024eaa42a0d42c469e08f2ccba78846f58e0f1d5;hb=453fdc02ce54ff965f9971a3bfd0e1a79b6c98f9;hpb=199023653cd6020218fbc4d0712591fc7ee0c5e1 diff --git a/tools/manifest.c b/tools/manifest.c index 024eaa42..e368b4ed 100644 --- a/tools/manifest.c +++ b/tools/manifest.c @@ -237,6 +237,7 @@ struct manifest *get_manifest(const void *ctx, const char *dir) list_head_init(&m->examples); list_head_init(&m->mangled_examples); list_head_init(&m->deps); + list_head_init(&m->test_deps); len = strlen(m->dir); while (len && m->dir[len-1] == '/')