]> git.ozlabs.org Git - ccan/commitdiff
crcsync: move array_size to testdepends.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 12 Nov 2012 06:37:50 +0000 (17:07 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 12 Nov 2012 06:37:50 +0000 (17:07 +1030)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/crcsync/_info

index 5b200ca267b9ee97f664bc928307daecdb4299da..3713c777cc5532ea8bb11c91064fa9d7b92f3b43 100644 (file)
@@ -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;
        }