]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/_info
tdb2: make tests work in parallel.
[ccan] / ccan / tdb2 / _info
index 67ad3f6c340189d18074ca93fd665fe82743a772..055f0d248a1bc54712a3e9a1ebef5c2544b60bbe 100644 (file)
  *
  * Author: Rusty Russell
  *
- * License: LGPLv3 (or later)
+ * License: LGPL (v3 or any later version)
  *
  * Ccanlint:
- *     // hash fails because it accesses data in 4 byte quantities for speed.
- *     tests_pass_valgrind --partial-loads-ok=yes
+ *     // valgrind breaks fcntl locks.
+ *     tests_pass_valgrind test/run-83-openhook.c:FAIL
  */
 int main(int argc, char *argv[])
 {
@@ -85,6 +85,9 @@ int main(int argc, char *argv[])
                printf("ccan/ilog\n");
                printf("ccan/failtest\n");
                printf("ccan/tally\n");
+               printf("ccan/typesafe_cb\n");
+               printf("ccan/cast\n");
+               printf("ccan/endian\n");
                return 0;
        }