Skip to content

Commit

Permalink
tests/libcxx: Check for newlib nano when testing that
Browse files Browse the repository at this point in the history
Add a check for CONFIG_HAS_NEWLIB_LIBC_NANO in the
cpp.libcxx.glibcxx.newlib_nano test.

Signed-off-by: Keith Packard <[email protected]>
  • Loading branch information
keith-packard authored and MaureenHelm committed Oct 21, 2024
1 parent 372b3a9 commit f98c4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/cpp/libcxx/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f98c4f6

Please sign in to comment.