Commit 8fb61c1e authored by Rusty Russell's avatar Rusty Russell

grab_file: move ccan/str_alloc to testdepends

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 02bc230b
......@@ -44,11 +44,14 @@ int main(int argc, char *argv[])
return 1;
if (strcmp(argv[1], "depends") == 0) {
printf("ccan/str_talloc\n"); /* Needed for tests. */
printf("ccan/talloc\n");
printf("ccan/noerr\n");
return 0;
}
if (strcmp(argv[1], "testdepends") == 0) {
printf("ccan/str_talloc\n");
return 0;
}
return 1;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment