Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/tests/subsys/logging/log_api/src/
Dmain.c167 #define TEST_MSG_1 "%f %d %f" in ZTEST() macro
190 snprintk(str, sizeof(str), TEST_MSG_1, (double)f, 100, d); in ZTEST()
196 LOG_INF(TEST_MSG_1, (double)f, 100, d); in ZTEST()
219 #undef TEST_MSG_1 in ZTEST()