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:
parent
8bfa8556b0
commit
2b43582236
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user