commit | 14c8a06cc7533bf1eb32f37bdfec2b93669dc878 | [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 | 5684f8f716b1f817dfcf3163c4345c1198f95178 [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/Makefile b/test/Makefile index 6305afb..40f2244 100644 --- a/test/Makefile +++ b/test/Makefile
@@ -10,3 +10,4 @@ obj-$(CONFIG_SANDBOX) += compression.o obj-$(CONFIG_SANDBOX) += print_ut.o obj-$(CONFIG_UT_TIME) += time_ut.o +obj-$(CONFIG_$(SPL_)LOG) += log/