Skip to content

Commit d7d2541

Browse files
magp-nordicfabiobaltieri
authored andcommitted
tests: lib: cpp: exclude nRF54L15
Exclude nRF54L15 from possible targets as its HAL is incompatible with C++98. Signed-off-by: Magdalena Pastula <[email protected]>
1 parent e4aebf9 commit d7d2541

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/lib/cpp/cxx/testcase.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ tests:
3434
# -std=c++98)
3535
cpp.main.cpp98:
3636
arch_exclude: posix
37+
# Exclude nRF54L15 as its HAL is not compatible with C++98.
38+
platform_exclude: nrf54l15pdk_nrf54l15_cpuapp
3739
build_only: true
3840
extra_configs:
3941
- CONFIG_STD_CPP98=y

0 commit comments

Comments
 (0)