From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- roms/skiboot/ccan/list/test/run-with-debug.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roms/skiboot/ccan/list/test/run-with-debug.c (limited to 'roms/skiboot/ccan/list/test/run-with-debug.c') diff --git a/roms/skiboot/ccan/list/test/run-with-debug.c b/roms/skiboot/ccan/list/test/run-with-debug.c new file mode 100644 index 000000000..d0902421f --- /dev/null +++ b/roms/skiboot/ccan/list/test/run-with-debug.c @@ -0,0 +1,3 @@ +/* Just like run.c, but with all debug checks enabled. */ +#define CCAN_LIST_DEBUG 1 +#include -- cgit 1.2.3-korg