Browse Source

asort: move array_size to testdepends.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 13 years ago
parent
commit
70dadb22a0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ccan/asort/_info

+ 3 - 0
ccan/asort/_info

@@ -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;
 	}