Increasing ZTEST_STACKSIZE to 4096. This ensures that the riscv32 platforms can succesfully execute the C++ exception test cases. Also add the following platforms to allow list: - qemu_arc_em - qemu_arc_hs - qemu_cortex_m0 - qemu_cortex_m3 - qemu_cortex_r5 - qemu_riscv32 - qemu_x86 - qemu_xtensa Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
CONFIG_NEWLIB_LIBC=y
|
|
CONFIG_CPLUSPLUS=y
|
|
CONFIG_LIB_CPLUSPLUS=y
|
|
CONFIG_STD_CPP17=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_STACKSIZE=4096
|