From: Rusty Russell Date: Mon, 12 Nov 2012 06:37:51 +0000 (+1030) Subject: talloc: move ccan/failtest to testdepends. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=89c017f354fdc20ffd48d93d00105b383dbb00da talloc: move ccan/failtest to testdepends. Signed-off-by: Rusty Russell --- 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; }