test: log: add test for console output of dropped messages
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 27 Nov 2020 10:20:58 +0000 (11:20 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 15 Jan 2021 19:36:11 +0000 (14:36 -0500)
commit742346f6cc1d7053e95d26c82d235e00dd8c1e40
tree902ade5e6ef58babe75fb7424c1d940b18fe83d3
parentbf80edb91a9b7d61621c1413c15495348f8f0fcc
test: log: add test for console output of dropped messages

Add a new test to check the content of the dropped messages
sent to console puts function.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/log/log_test.c