projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
check_type: fix incorrect documentation.
[ccan]
/
ccan
/
failtest
/
_info
diff --git
a/ccan/failtest/_info
b/ccan/failtest/_info
index 3478a02b66c5bd88f6bcc185792d739afba5f19c..dd90c3d9b26e1e222a99d6b25262079537385845 100644
(file)
--- a/
ccan/failtest/_info
+++ b/
ccan/failtest/_info
@@
-61,9
+61,14
@@
int main(int argc, char *argv[])
return 1;
if (strcmp(argv[1], "depends") == 0) {
return 1;
if (strcmp(argv[1], "depends") == 0) {
+ printf("ccan/build_assert\n");
printf("ccan/compiler\n");
printf("ccan/compiler\n");
+ printf("ccan/hash\n");
+ printf("ccan/htable\n");
printf("ccan/read_write_all\n");
printf("ccan/read_write_all\n");
- printf("ccan/build_assert\n");
+ printf("ccan/str\n");
+ printf("ccan/time\n");
+ printf("ccan/tlist\n");
return 0;
}
return 0;
}