]> git.ozlabs.org Git - ccan/blobdiff - ccan/failtest/_info
htable: add htable_copy.
[ccan] / ccan / failtest / _info
index a9189a238fcdb363e3882f93d3333e4200438bb5..87569f919848ca4ea79a8842ae713d580a38bde1 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * failtest - unit test helpers for testing malloc and other failures.
@@ -54,6 +54,9 @@
  *
  * License: LGPL
  * Author: Rusty Russell <rusty@rustcorp.com.au>
+ * Ccanlint:
+ *     // valgrind seems to mess up rlimit.
+ *     tests_pass_valgrind test/run-with-fdlimit.c:FAIL
  */
 int main(int argc, char *argv[])
 {
@@ -61,10 +64,15 @@ 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/err\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;
        }