Skip to content

Commit

Permalink
dlmalloc: remove unit test support in SPL
Browse files Browse the repository at this point in the history
We cannot run unit tests in SPL. So remove the unit test support.

Signed-off-by: Heinrich Schuchardt <[email protected]>
  • Loading branch information
xypron authored and trini committed Apr 24, 2020
1 parent f6a24a1 commit be621c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/dlmalloc.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <common.h>

#if defined(CONFIG_UNIT_TEST)
#if CONFIG_IS_ENABLED(UNIT_TEST)
#define DEBUG
#endif

Expand Down

0 comments on commit be621c1

Please sign in to comment.