X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ftdb2%2F_info;h=ae740cc7174fd7395fd3e6fba25657da2f7d9edb;hb=7d6312518bd3a8e4cbad69b1f6b1800f7bcdf68c;hp=15c68d4bbc005017a93dee97011acc4844638e66;hpb=7f63d84eb712c54c57c3d4e9a92ffefe2f1b2ade;p=ccan diff --git a/ccan/tdb2/_info b/ccan/tdb2/_info index 15c68d4b..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[]) { @@ -78,6 +79,8 @@ int main(int argc, char *argv[]) printf("ccan/asearch\n"); printf("ccan/compiler\n"); printf("ccan/build_assert\n"); + printf("ccan/ilog\n"); + printf("ccan/failtest\n"); printf("ccan/tally\n"); return 0; }