projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
failtest: print complete history when we detect a leak.
[ccan]
/
ccan
/
failtest
/
_info
diff --git
a/ccan/failtest/_info
b/ccan/failtest/_info
index 4b43246fff06973433a288ed385595f557259ec0..830fce49072c449fc29a177b6be85903e03efe3f 100644
(file)
--- a/
ccan/failtest/_info
+++ b/
ccan/failtest/_info
@@
-63,6
+63,7
@@
int main(int argc, char *argv[])
if (strcmp(argv[1], "depends") == 0) {
printf("ccan/compiler\n");
printf("ccan/read_write_all\n");
+ printf("ccan/build_assert\n");
return 0;
}