test: unit test for pr_err(), pr_cont()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 4 Jan 2021 07:02:56 +0000 (08:02 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 17 Jan 2021 00:17:11 +0000 (19:17 -0500)
commitc548a3886eafa5a018d5f1c8f232510ca53be9a2
tree1671530fe73c3f5a755845f7aeffd2f8413d1957
parent249679658750d7174bb954598fa10cbfe9195766
test: unit test for pr_err(), pr_cont()

Provide a unit test for printing via pr_err() and pr_cont().

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