zephyr/tests/drivers/timer/nrf_rtc_timer/testcase.yaml
Anas Nashif 67e8d03280 tests/samples: fix some missing tags
Many driver samples or tests only had 'drivers' as the tag, without a
tag indicating what driver that is exactly, so add some missing tags.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-11-14 07:08:04 -05:00

10 lines
304 B
YAML

tests:
drivers.timer.nrf_rtc_timer:
tags: drivers timer
platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840
extra_configs:
- CONFIG_ZERO_LATENCY_IRQS=y
drivers.timer.nrf_rtc_timer_no_zli:
tags: drivers timer
platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840 nrf52_bsim