commit | ef11ed8239bf02b347e7fb9fc6d980aec0c7810a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 04 13:48:27 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 07 15:17:00 2017 -0500 |
tree | a4416fad19e06ea6d1a10a7324fe395bf8dfd61d | |
parent | d5f61f272d5b7b86bf6321512ba6326c7c075e72 [diff] [blame] |
log: Add a test command Add a command which exercises the logging system. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/test/log/Makefile b/test/log/Makefile new file mode 100644 index 0000000..b0da8de --- /dev/null +++ b/test/log/Makefile
@@ -0,0 +1,7 @@ +# +# Copyright (c) 2017 Google, Inc +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-$(CONFIG_LOG_TEST) += log_test.o