]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit6ef187b3be9b6e8d458d53d81d4237e8aa3178dc
tree1671530fe73c3f5a755845f7aeffd2f8413d1957
parent1ff0b9218521c99efc5b00160fb6191e67bfd422
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]