]> git.ozlabs.org Git - ccan/blob - ccan/str/test/debug.c
tdb2: don't cancel transactions on lock failures in tdb1 backend.
[ccan] / ccan / str / test / debug.c
1 /* We can't use the normal "#include the .c file" trick, since this is
2    contaminated by str.h's macro overrides.  So we put it in all tests
3    like this. */
4 #define CCAN_STR_DEBUG 1
5 #include <ccan/str/debug.c>