提交 bce7f859 编写于 作者: M MurphyZhao

[components/utilities/utest] 移除不那么必要的日志接口 redefine

Signed-off-by: NMurphyZhao <d2014zjt@163.com>
上级 98b10877
......@@ -80,22 +80,6 @@ typedef struct utest_tc_export *utest_tc_export_t;
*/
typedef void (*test_unit_func)(void);
/**
* TC_LOG_x
*
* @brief Log output interface used in test cases.
*
* @type TC_LOG_I Output info level log.
* @type TC_LOG_D Output debug level log.
* @type TC_LOG_E Output error level log.
* @type TC_LOG_W Output warning level log.
*
*/
#define TC_LOG_I(...) LOG_I(__VA_ARGS__)
#define TC_LOG_D(...) LOG_D(__VA_ARGS__)
#define TC_LOG_E(...) LOG_E(__VA_ARGS__)
#define TC_LOG_W(...) LOG_W(__VA_ARGS__)
/**
* utest_unit_run
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册