From 89c017f354fdc20ffd48d93d00105b383dbb00da Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 12 Nov 2012 17:07:51 +1030 Subject: [PATCH] talloc: move ccan/failtest to testdepends. Signed-off-by: Rusty Russell --- ccan/talloc/_info | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ccan/talloc/_info b/ccan/talloc/_info index b229ba25..0ae45e73 100644 --- a/ccan/talloc/_info +++ b/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; } -- 2.39.2