2019-08-14 06:52:48 +08:00
|
|
|
tests:
|
|
|
|
misc.app_dev.libcxx:
|
|
|
|
arch_exclude: posix
|
2019-10-25 03:57:57 +08:00
|
|
|
platform_exclude: qemu_x86_coverage
|
2019-08-18 08:13:32 +08:00
|
|
|
min_flash: 54
|
2019-08-14 06:52:48 +08:00
|
|
|
tags: cpp
|
2019-08-18 08:13:32 +08:00
|
|
|
misc.app_dev.libcxx.zephyr_cpp:
|
|
|
|
arch_exclude: posix
|
|
|
|
platform_exclude: qemu_x86_coverage
|
|
|
|
tags: cpp
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_ZEPHYR_CPLUSPLUS=y
|
2019-09-07 19:09:45 +08:00
|
|
|
misc.app_dev.libcxx.exceptions:
|
|
|
|
arch_exclude: posix
|
2019-08-18 08:13:32 +08:00
|
|
|
platform_exclude: qemu_x86_coverage
|
|
|
|
min_flash: 54
|
2019-09-07 19:09:45 +08:00
|
|
|
tags: cpp
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_EXCEPTIONS=y
|