tests: ztest: add system logging header file
This patch eliminates need to add logging/sys_log.h in test cases which required to use this header file. Signed-off-by: Punit Vara <punit.vara@intel.com>
This commit is contained in:
parent
61abc49c45
commit
425262aaf2
|
@ -47,5 +47,6 @@
|
||||||
#include <ztest_mock.h>
|
#include <ztest_mock.h>
|
||||||
#include <ztest_test.h>
|
#include <ztest_test.h>
|
||||||
#include <tc_util.h>
|
#include <tc_util.h>
|
||||||
|
#include <logging/sys_log.h>
|
||||||
|
|
||||||
#endif /* __ZTEST_H__ */
|
#endif /* __ZTEST_H__ */
|
||||||
|
|
Loading…
Reference in a new issue