X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftdb2%2F_info;h=53dd1ce2d53baacf39e8764c97a5d0bf95ec6ff4;hp=15c68d4bbc005017a93dee97011acc4844638e66;hb=a42bba8ec446284256a7c9146ba3525404de474c;hpb=7f63d84eb712c54c57c3d4e9a92ffefe2f1b2ade diff --git a/ccan/tdb2/_info b/ccan/tdb2/_info index 15c68d4b..53dd1ce2 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. + * valgrind-tests --partial-loads-ok=yes */ int main(int argc, char *argv[]) { @@ -78,6 +79,7 @@ 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/tally\n"); return 0; }