]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitaa0631213c28fa051c915e45d071ddc2fd3cc759
tree711438b1ff19b26b2a7a6f796a9c0307af363a58
parent1554a5f5ade53089cc86b8fdba4ea9aa421a3b46
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]