X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb2%2F_info;h=ae740cc7174fd7395fd3e6fba25657da2f7d9edb;hb=aad8ffcb5a43ade1aea56d1d967cff7637ec97d1;hp=ddb362022e3b1990f33675f6a823d2cccf373c24;hpb=6855b303efec30507ac046b5c02904538be0e4ea;p=ccan diff --git a/ccan/tdb2/_info b/ccan/tdb2/_info index ddb36202..ae740cc7 100644 --- a/ccan/tdb2/_info +++ b/ccan/tdb2/_info @@ -64,8 +64,9 @@ * * License: LGPLv3 (or later) * - * Fails: - * valgrind-tests // hash needs --partial-loads-ok=yes. + * Ccanlint: + * // hash fails because it accesses data in 4 byte quantities for speed. + * tests_pass_valgrind --partial-loads-ok=yes */ int main(int argc, char *argv[]) { @@ -79,6 +80,7 @@ int main(int argc, char *argv[]) printf("ccan/compiler\n"); printf("ccan/build_assert\n"); printf("ccan/ilog\n"); + printf("ccan/failtest\n"); printf("ccan/tally\n"); return 0; }