zephyr/tests/ztest/base
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
..
src ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
CMakeLists.txt tests: adopt ztest base test to extended unittest module 2022-08-18 14:29:14 +02:00
Kconfig ztest: Add Z_TEST_SKIP_IFDEF macro 2022-04-20 15:28:14 -04:00
prj_cpp.conf ztest: Fix incorrect use of this as fixture 2022-06-16 16:13:18 -04:00
prj_verbose_0.conf ztest: Add config to shuffle test order 2022-05-11 12:14:31 -04:00
prj_verbose_1.conf ztest: Fix unused variable compile error in shuffle function 2022-09-14 20:13:46 -04:00
prj_verbose_2.conf ztest: Update ztest with more powerful testing APIs 2022-01-11 11:47:30 +01:00
prj.conf tests: adopt ztest base test to extended unittest module 2022-08-18 14:29:14 +02:00
testcase.yaml ztest: Fix incorrect use of this as fixture 2022-06-16 16:13:18 -04:00