X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftap%2F_info;h=f60969745d5a8aec706809f5e1be16746c9519f9;hb=ad3f309e3c13d6b88864aab146895c9df9bc6e5b;hp=979cb7233ea2d0d477c28e4326a10cb2ebe0c545;hpb=faace1758e31f87ee2032cc04c6bb41e3cf8f12e;p=ccan diff --git a/ccan/tap/_info b/ccan/tap/_info index 979cb723..f6096974 100644 --- a/ccan/tap/_info +++ b/ccan/tap/_info @@ -50,8 +50,10 @@ int main(int argc, char *argv[]) if (argc != 2) return 1; - if (strcmp(argv[1], "depends") == 0) + if (strcmp(argv[1], "depends") == 0) { + printf("ccan/compiler\n"); return 0; + } return 1; }