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

index f23f1fd705a620b48994273b6b2d71db9d9070db..35282c4f5e734dd1d4fe0de9d84e9151e6776d6e 100644 (file)
@@ -50,9 +50,11 @@ 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;
        }
-
        return 1;
 }