]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb2/_info
failtest: add --trace to replace --tracepath
[ccan] / ccan / tdb2 / _info
index b1fc56d5622668638e2a03043de240a53d035130..d26e06ba7b5dc28fae52d4df4e48fb7db5547528 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/api-83-openhook.c:FAIL
  */
 int main(int argc, char *argv[])
 {
@@ -87,6 +87,7 @@ int main(int argc, char *argv[])
                printf("ccan/tally\n");
                printf("ccan/typesafe_cb\n");
                printf("ccan/cast\n");
+               printf("ccan/endian\n");
                return 0;
        }