tests: add a tag for nano libc tests

tag nano libc tests with nano so we can exclude them if needed. Now they
cause issues when collecting coverage information from tests.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-12-19 10:06:48 -05:00 committed by Carles Cufí
parent 8bfa8556b0
commit 2b43582236
2 changed files with 8 additions and 0 deletions

View File

@ -29,11 +29,15 @@ tests:
extra_configs:
- CONFIG_MINIMAL_LIBC=y
kernel.common.nano32:
tags:
- nano
filter: not CONFIG_KERNEL_COHERENCE
extra_configs:
- CONFIG_CBPRINTF_NANO=y
- CONFIG_CBPRINTF_REDUCED_INTEGRAL=y
kernel.common.nano64:
tags:
- nano
filter: not CONFIG_KERNEL_COHERENCE
extra_configs:
- CONFIG_CBPRINTF_NANO=y

View File

@ -61,6 +61,8 @@ tests:
- native_sim
libraries.cbprintf.package_nano:
tags:
- nano
extra_configs:
- CONFIG_CBPRINTF_NANO=y
integration_platforms:
@ -129,6 +131,8 @@ tests:
- native_sim
libraries.cbprintf.package_nano_cpp:
tags:
- nano
extra_configs:
- CONFIG_CPP=y
- CONFIG_CBPRINTF_NANO=y