zephyr/boards/x86/qemu_x86/qemu_x86_coverage.yaml
Anas Nashif 1351defbda boards: qemu_x86_coverage: limit to core tests
Limit to kernel tests, this should not try and run every sample or test
we have as it only verifies the coverage feature, but not collecting
coverage.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-07-30 08:00:03 -04:00

14 lines
223 B
YAML

identifier: qemu_x86_coverage
name: QEMU Emulation for X86 (Code coverage enabled)
type: qemu
arch: x86
simulation: qemu
toolchain:
- zephyr
- xtools
testing:
default: true
only_tags:
- kernel
- userspace