Skip to content

Commit 4692f4a

Browse files
committed
tests: libcxx: Update missing CONFIG_COMMON_LIBC_MALLOC
The prj.conf was missing CONFIG_COMMON_LIBC_MALLOC causing warning of the depended config CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
1 parent fdf9ab4 commit 4692f4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lib/cpp/libcxx/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ CONFIG_CPP=y
22
CONFIG_STD_CPP17=y
33
CONFIG_ZTEST=y
44
CONFIG_ZTEST_STACK_SIZE=5120
5+
CONFIG_COMMON_LIBC_MALLOC=y
56
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=32768

0 commit comments

Comments
 (0)