mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 07:45:22 +00:00
Reworked platform_whitelist to enable the "test kernel.device" for qemu_x86_64 kernel.device.pm is not yet enabled for qemu_x86_64 because there is a link error undefined symbol `_DEVICE_STRUCT_SIZEOF' referenced in expression Signed-off-by: Cinly Ooi <cinly.ooi@intel.com>
13 lines
297 B
YAML
13 lines
297 B
YAML
common:
|
|
tags: device
|
|
tests:
|
|
kernel.device:
|
|
tags: device
|
|
platform_whitelist: native_posix qemu_x86 qemu_x86_64
|
|
kernel.device.pm:
|
|
tags: device
|
|
extra_configs:
|
|
- CONFIG_DEVICE_POWER_MANAGEMENT=y
|
|
platform_whitelist: native_posix qemu_x86 #cannot run on qemu_x86_64 yet
|
|
|