tests/lib/cpp/cxx: Fix for all POSIX arch platforms
We need to exclude all POSIX arch boards, not just native_posix* as all use the host compiler toolchain. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
1a0e7fa57a
commit
e26bf578c6
1 changed files with 6 additions and 6 deletions
|
@ -33,33 +33,33 @@ tests:
|
|||
# -Wno-pointer-sign or -Werror=implicit-int in C++ mode with
|
||||
# -std=c++98)
|
||||
cpp.main.cpp98:
|
||||
platform_exclude: native_posix native_posix_64
|
||||
arch_exclude: posix
|
||||
build_only: true
|
||||
extra_configs:
|
||||
- CONFIG_STD_CPP98=y
|
||||
# Note: no "cpp.main.cpp11" as that's the default standard tested above
|
||||
cpp.main.cpp14:
|
||||
platform_exclude: native_posix native_posix_64
|
||||
arch_exclude: posix
|
||||
build_only: true
|
||||
extra_configs:
|
||||
- CONFIG_STD_CPP14=y
|
||||
cpp.main.cpp17:
|
||||
platform_exclude: native_posix native_posix_64
|
||||
arch_exclude: posix
|
||||
build_only: true
|
||||
extra_configs:
|
||||
- CONFIG_STD_CPP17=y
|
||||
cpp.main.cpp2A:
|
||||
platform_exclude: native_posix native_posix_64
|
||||
arch_exclude: posix
|
||||
build_only: true
|
||||
extra_configs:
|
||||
- CONFIG_STD_CPP2A=y
|
||||
cpp.main.cpp20:
|
||||
platform_exclude: native_posix native_posix_64
|
||||
arch_exclude: posix
|
||||
build_only: true
|
||||
extra_configs:
|
||||
- CONFIG_STD_CPP20=y
|
||||
cpp.main.cpp2B:
|
||||
platform_exclude: native_posix native_posix_64
|
||||
arch_exclude: posix
|
||||
build_only: true
|
||||
extra_configs:
|
||||
- CONFIG_STD_CPP2B=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue