zephyr/tests/application_development/cpp/prj.conf
Jan Van Winkel 1182956cd8 tests: cpp: Extended c++ test case to cover new/delete
Extended c++ test case to cover the zephyr implementation of new and
delete.

Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
2019-11-26 12:41:54 -06:00

6 lines
121 B
Plaintext

CONFIG_CPLUSPLUS=y
CONFIG_NET_BUF=y
CONFIG_ZTEST=y
CONFIG_ZTEST_STACKSIZE=2048
CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=128