commit | 7b912edcf66e3fe9555d5666b40a6fe480694b11 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Feb 26 21:48:19 2020 +0100 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 16 08:07:58 2020 -0600 |
tree | e548a561aec1a53811c6351755c24c65f9e02009 | |
parent | 395041b2fd2f1cb2c84127acb18d87c27c29448c [diff] [blame] |
test: log: test syslog logging driver Provide unit tests for the syslog logging driver. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
diff --git a/test/log/Makefile b/test/log/Makefile index 98178f5..4c92550 100644 --- a/test/log/Makefile +++ b/test/log/Makefile
@@ -8,6 +8,10 @@ obj-y += test-main.o +ifdef CONFIG_SANDBOX +obj-$(CONFIG_LOG_SYSLOG) += syslog_test.o +endif + ifndef CONFIG_LOG obj-$(CONFIG_CONSOLE_RECORD) += nolog_test.o endif