We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b1087 commit bce7f85Copy full SHA for bce7f85
components/utilities/utest/utest.h
@@ -80,22 +80,6 @@ typedef struct utest_tc_export *utest_tc_export_t;
80
*/
81
typedef void (*test_unit_func)(void);
82
83
-/**
84
- * TC_LOG_x
85
- *
86
- * @brief Log output interface used in test cases.
87
88
- * @type TC_LOG_I Output info level log.
89
- * @type TC_LOG_D Output debug level log.
90
- * @type TC_LOG_E Output error level log.
91
- * @type TC_LOG_W Output warning level log.
92
93
-*/
94
-#define TC_LOG_I(...) LOG_I(__VA_ARGS__)
95
-#define TC_LOG_D(...) LOG_D(__VA_ARGS__)
96
-#define TC_LOG_E(...) LOG_E(__VA_ARGS__)
97
-#define TC_LOG_W(...) LOG_W(__VA_ARGS__)
98
-
99
/**
100
* utest_unit_run
101
*
0 commit comments