Searched refs:z_zassert (Results 1 – 1 of 1) sorted by relevance
| /Zephyr-4.3.0/subsys/testsuite/ztest/include/zephyr/ |
| D | ztest_assert.h | 47 #define z_zassert(cond, default_msg, file, line, func, msg, ...) z_zassert_(cond, file, line) macro 79 static inline __printf_like(6, 7) bool z_zassert(bool cond, const char *default_msg, in z_zassert() function 183 z_zassert(cond, _msg ? ("(" default_msg ")") : (default_msg), __FILE__, \
|