X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fstr%2Ftest%2Fdebug.c;fp=ccan%2Fstr%2Ftest%2Fdebug.c;h=4bd384f2c4849d870ab0ce40a8227234d414ae92;hp=0000000000000000000000000000000000000000;hb=ecea073699c60fd5aab9e3955f59a7042d637b68;hpb=3f4e83d8ac847d6bf0c20e88cdbca535e842a97b diff --git a/ccan/str/test/debug.c b/ccan/str/test/debug.c new file mode 100644 index 00000000..4bd384f2 --- /dev/null +++ b/ccan/str/test/debug.c @@ -0,0 +1,5 @@ +/* We can't use the normal "#include the .c file" trick, since this is + contaminated by str.h's macro overrides. So we put it in all tests + like this. */ +#define CCAN_STR_DEBUG 1 +#include