Home
last modified time | relevance | path

Searched defs:z_zassume (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h61 #define z_zassume(cond, default_msg, file, line, func, msg, ...) z_zassume_(cond, file, line) macro
103 static inline bool z_zassume(bool cond, const char *default_msg, const char *file, int line, in z_zassume() function