X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ffailtest%2F_info;h=020a8bc68f51e5bd823ab25636aa452361cf6d30;hb=42cdf910d2ab677e8cdafe17085efdf68c12b3da;hp=3478a02b66c5bd88f6bcc185792d739afba5f19c;hpb=ee0626765b8cbf209cece44090e689726ac334ed;p=ccan diff --git a/ccan/failtest/_info b/ccan/failtest/_info index 3478a02b..020a8bc6 100644 --- a/ccan/failtest/_info +++ b/ccan/failtest/_info @@ -54,6 +54,9 @@ * * License: LGPL * Author: Rusty Russell + * Ccanlint: + * // valgrind seems to mess up rlimit. + * tests_pass_valgrind test/run-with-fdlimit.c:FAIL */ int main(int argc, char *argv[]) { @@ -61,9 +64,14 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/build_assert\n"); printf("ccan/compiler\n"); + printf("ccan/hash\n"); + printf("ccan/htable\n"); printf("ccan/read_write_all\n"); - printf("ccan/build_assert\n"); + printf("ccan/str\n"); + printf("ccan/time\n"); + printf("ccan/tlist\n"); return 0; }