zephyr/subsys/testsuite/ztest
Al Semjonovs b27c5d73ef ztest: Fix unused variable compile error in shuffle function
When CONFIG_ZTEST_SHUFFLE is enabled and ASSERTS are disabled
`start_pos` becomes an unused variable leading to a compile error.
Cleaned-up shuffling algorithm to not need a `start_pos` check.

Signed-off-by: Al Semjonovs <asemjonovs@google.com>
2022-09-14 20:13:46 -04:00
..
include/zephyr ztest: remove msg parameter from zassert_* and zassume_* macros 2022-09-09 07:05:38 -04:00
src ztest: Fix unused variable compile error in shuffle function 2022-09-14 20:13:46 -04:00
CMakeLists.txt testing: add zephyr/ prefix to testing include path 2022-06-29 06:04:32 -04:00
Kconfig ztest: Add config switch for modes of test output 2022-08-11 09:01:12 -04:00