summaryrefslogtreecommitdiffstats
path: root/lib/ccan/str/test/debug.c
blob: 4bd384f2c4849d870ab0ce40a8227234d414ae92 (plain)
1
2
3
4
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 <ccan/str/debug.c>