Home
last modified time | relevance | path

Searched refs:TEST_MSG_1 (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/subsys/logging/log_api/src/
Dmain.c175 #define TEST_MSG_1 "%f %d %f" in ZTEST() macro
198 snprintk(str, sizeof(str), TEST_MSG_1, (double)f, 100, d); in ZTEST()
204 LOG_INF(TEST_MSG_1, (double)f, 100, d); in ZTEST()
227 #undef TEST_MSG_1 in ZTEST()