test: log: test message continuation
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 17 Oct 2020 12:31:59 +0000 (14:31 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 27 Oct 2020 17:50:53 +0000 (13:50 -0400)
commit920157678b863bc34b655212a4bc0d29f84b4a80
tree711438b1ff19b26b2a7a6f796a9c0307af363a58
parentd094a0734cee439fc8483118694079c85b1cc3db
test: log: test message continuation

Provide a unit test checking that a continuation message will use the same
log level and log category as the previous message.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/log/Makefile
test/log/cont_test.c [new file with mode: 0644]