Skip to content

Commit 85053fd

Browse files
tests/subsys/cpp/libcxx: add cpp.libcxx.arcmwdtlib test
Add cpp.libcxx.arcmwdtlib to test C++ library from MWDT toolchain (with MWDT C library) Signed-off-by: Eugeniy Paltsev <[email protected]> Signed-off-by: Evgeniy Paltsev <[email protected]>
1 parent bb1bf11 commit 85053fd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

tests/subsys/cpp/libcxx/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
CONFIG_NEWLIB_LIBC=y
21
CONFIG_CPLUSPLUS=y
32
CONFIG_LIB_CPLUSPLUS=y
43
CONFIG_STD_CPP17=y
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
11
common:
2-
filter: TOOLCHAIN_HAS_NEWLIB == 1
32
integration_platforms:
43
- mps2_an385
54
tests:
65
cpp.libcxx.newlib:
6+
filter: TOOLCHAIN_HAS_NEWLIB == 1
77
toolchain_exclude: xcc
88
min_flash: 54
99
tags: cpp
1010
extra_configs:
11+
- CONFIG_NEWLIB_LIBC=y
1112
- CONFIG_NEWLIB_LIBC_NANO=n
1213
- CONFIG_EXCEPTIONS=y
1314
cpp.libcxx.newlib_nano:
15+
filter: TOOLCHAIN_HAS_NEWLIB == 1
1416
toolchain_exclude: xcc
1517
min_flash: 54
1618
tags: cpp
1719
timeout: 30
1820
extra_configs:
21+
- CONFIG_NEWLIB_LIBC=y
1922
- CONFIG_NEWLIB_LIBC_NANO=y
23+
cpp.libcxx.arcmwdtlib:
24+
toolchain_allow: arcmwdt
25+
platform_allow: nsim_hs nsim_em
26+
min_flash: 54
27+
tags: cpp
28+
extra_configs:
29+
- CONFIG_ARCMWDT_LIBC=y

0 commit comments

Comments
 (0)