aboutsummaryrefslogtreecommitdiff
path: root/core/test/run-device.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2016-07-24 09:27:02 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-18 16:04:26 +1000
commit98e09fb48a22949fe8e073f866425643e9501767 (patch)
treee5ac49682c58a2d9bb1b2af5a3677a23186337be /core/test/run-device.c
parent3c549d25eda9a4844c95207e8aa15e0928e14f5f (diff)
downloadskiboot-98e09fb48a22949fe8e073f866425643e9501767.zip
skiboot-98e09fb48a22949fe8e073f866425643e9501767.tar.gz
skiboot-98e09fb48a22949fe8e073f866425643e9501767.tar.bz2
Build host programs (and checks) with debug enabled
This enables memory poisoning in allocations and list checking among other things. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core/test/run-device.c')
-rw-r--r--core/test/run-device.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/test/run-device.c b/core/test/run-device.c
index 61ecf84..3da4a2f 100644
--- a/core/test/run-device.c
+++ b/core/test/run-device.c
@@ -31,7 +31,6 @@ static inline bool fake_is_rodata(const void *p)
#define zalloc(bytes) calloc((bytes), 1)
#include "../device.c"
-#include "../../ccan/list/list.c" /* For list_check */
#include <assert.h>
#include "../../test/dt_common.c"