Searched refs:z_zassert (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/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 bool z_zassert(bool cond, const char *default_msg, const char *file, int line, in z_zassert() function 180 z_zassert(cond, _msg ? ("(" default_msg ")") : (default_msg), __FILE__, \
|