zephyr/subsys/testsuite
frei tycho 75cd10bf56 testsuite: change controlling expressions in while to Boolean
Use `do { ... } while (false)` instead of `do { ... } while (0)`.

Signed-off-by: frei tycho <tfrei@baumer.com>
2024-06-21 15:41:26 -04:00
..
arch unittest: update unittest to hwmv2 2024-03-22 11:51:58 +01:00
boards/unit_testing/unit_testing Bluetooth: Kconfig: Remove BT_NO_DRIVER 2024-06-11 19:42:49 -04:00
busy_sim random: Rename random header 2023-10-10 14:23:50 +03:00
coverage testsuite: coverage: don't lock scheduler in ISR 2024-06-15 04:39:53 -04:00
include/zephyr testsuite: change controlling expressions in while to Boolean 2024-06-21 15:41:26 -04:00
soc scripts: tests: Blackbox test expansion - platform 2024-03-31 17:37:09 -04:00
ztest testsuite: coverage: Add CONFIG_ZTEST_COVERAGE_RESET_BEFORE_TESTS 2024-06-12 14:32:04 +03:00
CMakeLists.txt testsuite: coverage: allow access to gcov internals 2023-11-29 04:59:47 -08:00
Kconfig testsuite: add dependency to COVERAGE_GCOV_HEAP_SIZE 2024-06-06 20:07:20 -04:00
Kconfig.defconfig