zephyr/tests/drivers/counter/counter_basic_api
Alexandre Bourdiol b2a7397a17 tests: drivers: counter: counter_basic_api: allow equality in assert
Since introduction of #24374 this test fails on STM32 boards.
Due to 1Hz frequency of RTC used, the 'diff' could be 0.
But then 'counter_us_to_ticks(dev, processing_limit_us)' is also 0.
We should allow the equality in the assert.

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
2020-05-18 19:13:04 +02:00
..
boards tests: drivers: counter: Add nrf9160_pca10090 board 2020-04-24 10:17:48 +02:00
src tests: drivers: counter: counter_basic_api: allow equality in assert 2020-05-18 19:13:04 +02:00
CMakeLists.txt cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
prj.conf tests: drivers: counter: add user mode test 2020-01-21 11:36:55 -05:00
testcase.yaml tests: counter: Extend counter_basic_api timeout 2020-02-12 14:31:14 +02:00