Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/logging/log_api/src/
Dtest_module.h23 #define TEST_INLINE_DBG_MSG "inline debug" macro
33 LOG_DBG(TEST_INLINE_DBG_MSG); in test_inline_func()
Dmain.c570 "%s: " TEST_INLINE_DBG_MSG, "test_inline_func"); in ZTEST()
572 snprintk(str, sizeof(str), TEST_INLINE_DBG_MSG); in ZTEST()