Added test run with exceptions enabled. Boards colibri_imx7d_m4, warp7_m4 and pico_pi_m4 have been excluded from test run as they do not have sufficient ROM. Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
13 lines
366 B
YAML
13 lines
366 B
YAML
tests:
|
|
misc.app_dev.libcxx:
|
|
arch_exclude: posix
|
|
platform_exclude: qemu_x86_coverage qemu_x86_64
|
|
tags: cpp
|
|
misc.app_dev.libcxx.exceptions:
|
|
arch_exclude: posix
|
|
platform_exclude: qemu_x86_coverage qemu_x86_64 96b_meerkat96
|
|
colibri_imx7d_m4 warp7_m4 pico_pi_m4 qemu_x86_long
|
|
tags: cpp
|
|
extra_configs:
|
|
- CONFIG_EXCEPTIONS=y
|