This will prepare test cases and samples with metadata and information that will be consumed by the sanitycheck script which will be changed to parse YAML files instead of ini. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
17 lines
466 B
YAML
17 lines
466 B
YAML
tests:
|
|
- test:
|
|
filter: 'not ((CONFIG_DEBUG or CONFIG_ASSERT))
|
|
and ( CONFIG_SRAM_SIZE >= 32
|
|
|
|
or CONFIG_DCCM_SIZE >= 32 or CONFIG_RAM_SIZE
|
|
>= 32)'
|
|
tags: core
|
|
- test_newlib:
|
|
extra_args: CONF_FILE=prj_newlib.conf
|
|
filter: 'not ((CONFIG_DEBUG or CONFIG_ASSERT))
|
|
and ( CONFIG_SRAM_SIZE >= 32
|
|
|
|
or CONFIG_DCCM_SIZE >= 32 or CONFIG_RAM_SIZE
|
|
>= 32)'
|
|
tags: core
|