Merge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba-4.0alpha16
[amitay/samba.git] / lib / 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>