Commit 70dadb22 authored by Rusty Russell's avatar Rusty Russell

asort: move array_size to testdepends.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 0244a213
......@@ -58,6 +58,9 @@ int main(int argc, char *argv[])
if (strcmp(argv[1], "depends") == 0) {
printf("ccan/typesafe_cb\n");
return 0;
}
if (strcmp(argv[1], "testdepends") == 0) {
printf("ccan/array_size\n");
return 0;
}
......
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