projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ccanlint: add testdepends support.
[ccan]
/
tools
/
manifest.c
diff --git
a/tools/manifest.c
b/tools/manifest.c
index 024eaa42a0d42c469e08f2ccba78846f58e0f1d5..e368b4ed1e2a8b0470218cc30a42aa7f5da3547d 100644
(file)
--- 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] == '/')