Skip to content
Snippets Groups Projects
Commit 4e33316f authored by Pantelis Antoniou's avatar Pantelis Antoniou Committed by Tom Rini
Browse files

malloc: Turn on DEBUG when enabling unit tests


Unit tests require mallinfo which in turn requires DEBUG on
dlmalloc to be enabled.

The dependancy on CONFIG_SANDBOX is wrong.

Signed-off-by: default avatarPantelis Antoniou <pantelis.antoniou@konsulko.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 54cc4dcf
Branches
Tags
No related merge requests found
#include <common.h> #include <common.h>
#ifdef CONFIG_SANDBOX #if defined(CONFIG_UNIT_TEST)
#define DEBUG #define DEBUG
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment