- Add integration_platforms to avoid excessive filtering - Make sure integration platforms are actually part of the filter - Fix some tags and test meta data Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
340 B
YAML
15 lines
340 B
YAML
tests:
|
|
kernel.context:
|
|
tags: kernel
|
|
extra_configs:
|
|
- CONFIG_TEST_EXTRA_STACK_SIZE=1024
|
|
min_ram: 16
|
|
kernel.context.linker_generator:
|
|
platform_allow: qemu_cortex_m3
|
|
tags:
|
|
- kernel
|
|
- linker_generator
|
|
extra_configs:
|
|
- CONFIG_CMAKE_LINKER_GENERATOR=y
|
|
- CONFIG_TEST_EXTRA_STACK_SIZE=1024
|