Browse Source

talloc: move ccan/failtest to testdepends.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 13 years ago
parent
commit
89c017f354
1 changed files with 4 additions and 0 deletions
  1. 4 0
      ccan/talloc/_info

+ 4 - 0
ccan/talloc/_info

@@ -100,6 +100,10 @@ int main(int argc, char *argv[])
 	if (strcmp(argv[1], "depends") == 0) {
 		printf("ccan/compiler\n");
 		printf("ccan/typesafe_cb\n");
+		return 0;
+	}
+
+	if (strcmp(argv[1], "testdepends") == 0) {
 		printf("ccan/failtest\n");
 		return 0;
 	}