projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00b59f1
)
talloc: move ccan/failtest to testdepends.
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 12 Nov 2012 06:37:51 +0000
(17:07 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 12 Nov 2012 06:37:51 +0000
(17:07 +1030)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/talloc/_info
patch
|
blob
|
history
diff --git
a/ccan/talloc/_info
b/ccan/talloc/_info
index b229ba2583b1001ce2569919cbb1b2d84be8eeb5..0ae45e73d814d1aebadd4d884463a26125a3c7c9 100644
(file)
--- a/
ccan/talloc/_info
+++ b/
ccan/talloc/_info
@@
-100,6
+100,10
@@
int main(int argc, char *argv[])
if (strcmp(argv[1], "depends") == 0) {
printf("ccan/compiler\n");
printf("ccan/typesafe_cb\n");
+ return 0;
+ }
+
+ if (strcmp(argv[1], "testdepends") == 0) {
printf("ccan/failtest\n");
return 0;
}