Instead of relying on runtime filter to limit scope to emulation platforms, use the type attribute for each platform and do the filtering very early on. This will speed things up for tests where we only run on emulation platforms. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
105 B
YAML
6 lines
105 B
YAML
tests:
|
|
arch.common.semihost:
|
|
arch_allow: arm arm64 riscv32 riscv64
|
|
platform_type:
|
|
- qemu
|