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:
Punit Vara 2017-08-30 11:06:04 +05:30 committed by Anas Nashif
parent 61abc49c45
commit 425262aaf2

View file

@ -47,5 +47,6 @@
#include <ztest_mock.h>
#include <ztest_test.h>
#include <tc_util.h>
#include <logging/sys_log.h>
#endif /* __ZTEST_H__ */