zephyr/tests
Pavel Vasilyev 69a0058578 tests: bluetooth: mesh: Add separate assert macro with message support
ASSERT_OK macro is confusing as it accepts additional arguments, but
don't use them. This commit removes the confusion by making ASSERT_OK
macro accept only one argument. An additional macro ASSERT_OK_MSG is
added that mandates a format string that will be printed and optionally
arguments for the format string.

Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
2023-01-11 10:47:06 +00:00
..
application_development yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00
arch yamllint: indentation: fix files in tests/ 2023-01-04 14:23:53 +01:00
benchmarks yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00
bluetooth tests: bluetooth: mesh: Add separate assert macro with message support 2023-01-11 10:47:06 +00:00
boards yamllint: fix all yamllint comments errors 2023-01-04 01:16:45 +09:00
boot yamllint: indentation: fix files in tests/ 2023-01-04 14:23:53 +01:00
cmake yamllint: fix all yamllint line-length errors 2023-01-04 01:16:45 +09:00
crypto Revert "random: Change testing random generator" 2023-01-09 19:29:50 +09:00
drivers tests: drivers: build_all: pwm: add PCA9685 2023-01-11 09:38:18 +01:00
kernel tests: obj_validation: Call setup function 2023-01-10 19:23:57 -05:00
lib tests: libc: Fix "unused" type of warnings 2023-01-05 08:00:09 -05:00
misc tests: misc: iterable_sections: add const specifier for ROM data 2022-10-12 18:42:28 +02:00
net tests/net/socket: fix compiler warnings 2023-01-10 09:58:01 +01:00
posix tests: posix: common: avoid direct pthread_attr_t field access 2023-01-10 09:02:21 +09:00
subsys tests: logging: Fix wrong buf_check() parameter 2023-01-11 09:39:23 +01:00
unit test: unit: util: add BIT_MASK macros tests 2023-01-10 09:23:14 +01:00
ztest Revert "random: Change testing random generator" 2023-01-09 19:29:50 +09:00