]> git.ozlabs.org Git - ccan/blobdiff - tools/manifest.c
ccanlint: add testdepends support.
[ccan] / tools / manifest.c
index 024eaa42a0d42c469e08f2ccba78846f58e0f1d5..e368b4ed1e2a8b0470218cc30a42aa7f5da3547d 100644 (file)
@@ -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] == '/')