tests/libcxx: Check for newlib nano when testing that
Add a check for CONFIG_HAS_NEWLIB_LIBC_NANO in the cpp.libcxx.glibcxx.newlib_nano test. Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
372b3a9b8d
commit
f98c4f6812
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ tests:
|
|||
integration_platforms:
|
||||
- mps2/an385
|
||||
cpp.libcxx.glibcxx.newlib_nano:
|
||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||
filter: TOOLCHAIN_HAS_NEWLIB == 1 and CONFIG_HAS_NEWLIB_LIBC_NANO
|
||||
toolchain_exclude: xcc
|
||||
min_flash: 54
|
||||
tags: cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue