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>
9 lines
210 B
YAML
9 lines
210 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
|