In order to increase test coverage, this commit updates the libcxx test to run with both full and nano variants of the newlib. Note that C++ exception handling feature is only enabled for the newlib full variant because the nano variant does not support C++ exception handling. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
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
|