Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/testsuite/include/zephyr/
Dtc_util.h141 #ifndef TC_START_PRINT
143 #define TC_START_PRINT(name) PRINT_DATA("START - %s\n", name); macro
145 #define TC_START_PRINT(name) print_nothing(name) macro
152 TC_START_PRINT(name); \