From: Rusty Russell Date: Mon, 12 Nov 2012 06:37:50 +0000 (+1030) Subject: crcsync: move array_size to testdepends. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=02bc230bf9f08a7941b571358f115893b2b6d786;hp=70dadb22a0c9637ad32f3a4241650394fe775c38 crcsync: move array_size to testdepends. Signed-off-by: Rusty Russell --- diff --git a/ccan/crcsync/_info b/ccan/crcsync/_info index 5b200ca2..3713c777 100644 --- a/ccan/crcsync/_info +++ b/ccan/crcsync/_info @@ -80,6 +80,9 @@ int main(int argc, char *argv[]) if (strcmp(argv[1], "depends") == 0) { printf("ccan/crc\n"); + return 0; + } + if (strcmp(argv[1], "testdepends") == 0) { printf("ccan/array_size\n"); return 0; }