commit | 24a8e1253202337137735ebc974b644c6b88f33f | [log] [tgz] |
---|---|---|
author | Pantelis Antoniou <pantelis.antoniou@konsulko.com> | Thu May 25 19:24:06 2017 +0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 14:13:11 2017 -0400 |
tree | 0c4840c64f3a22d16d4244dbaacfb3def3b1f2ca | |
parent | 7648273b39c00fc22ecf2f11fa18358549040659 [diff] |
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: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>