zephyr/tests/kernel/context/testcase.yaml
Anas Nashif b835b02136 tests: cleanup metadata and filtering
- 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>
2023-06-13 09:38:27 -04:00

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