tests: drivers: clock_control: Add test suite

Added test suite for clock control driver. It covers latest API update
for starting clock asynchronously and getting status.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruscinski 2019-06-26 13:27:59 +02:00 committed by Carles Cufí
commit 488d74f125
5 changed files with 336 additions and 0 deletions

View file

@ -0,0 +1,10 @@
tests:
peripheral.clock_control_nrf5:
tags: drivers
platform_whitelist: nrf51_pca10028 nrf52_pca10040 nrf52840_pca10056
nrf9160_pca10090
peripheral.clock_control_nrf5_lfclk_rc:
tags: drivers
platform_whitelist: nrf51_pca10028 nrf52_pca10040 nrf52840_pca10056
extra_args: CONF_FILE="nrf_lfclk_rc.conf"