zephyr/subsys/testsuite
Alexander Wachter 0c1877a999 ztest: fix z_assert_within() bounds
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>
2021-02-17 06:32:02 -05:00
..
coverage gcov: Add coverage support for arc nsim platform 2021-01-12 07:16:19 -05:00
include sparc: Add testsuite support 2020-11-13 14:53:55 -08:00
ztest ztest: fix z_assert_within() bounds 2021-02-17 06:32:02 -05:00
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
Kconfig logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
unittest.cmake testsuite: fix unittest cross-language flags 2020-08-31 11:02:35 -04:00