summaryrefslogtreecommitdiff
path: root/lib/ccan/list/test/run-with-debug.c
blob: d0902421f19ca6bf61bd8fc6ed1bdaba1370fe51 (plain)
1
2
3
/* Just like run.c, but with all debug checks enabled. */
#define CCAN_LIST_DEBUG 1
#include <ccan/list/test/run.c>