X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftcon%2F_info;h=50dc0a5cbe785927feb833a3382007b0a21478e6;hb=318edb2466a24a2eadcfd05fa83ae29c0e8aae03;hp=f6a6f0f9e28b2306db1116b8bdefbfc588787809;hpb=b87f63cb8228c8fcbf760defdcf9e4c332da7667;p=ccan diff --git a/ccan/tcon/_info b/ccan/tcon/_info index f6a6f0f9..50dc0a5c 100644 --- a/ccan/tcon/_info +++ b/ccan/tcon/_info @@ -71,5 +71,10 @@ int main(int argc, char *argv[]) return 0; } + if (strcmp(argv[1], "testdepends") == 0) { + printf("ccan/build_assert\n"); + return 0; + } + return 1; }