zassert_within should also compare on equality instead of only greater/lower. example: zassert_within(1,1,0); // should return true zassert_within(1,2,1); // should return true Signed-off-by: Alexander Wachter <alexander@wachter.cloud> |
||
|---|---|---|
| .. | ||
| coverage | ||
| include | ||
| ztest | ||
| CMakeLists.txt | ||
| Kconfig | ||
| unittest.cmake | ||