]> git.baikalelectronics.ru Git - uboot.git/commit
test: test/lib/test_print.c depends on CONSOLE_RECORD
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 5 Nov 2020 00:29:06 +0000 (01:29 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 16 Jan 2021 16:58:49 +0000 (11:58 -0500)
commite34ef11c520ed348b812c2139e9ab3284b114e57
tree984cc08e841133f75f2363a049fb6ba9eb351d86
parentab6e97ce7a8787ee1ae8e2407eb80c05e10177d6
test: test/lib/test_print.c depends on CONSOLE_RECORD

The tests in test/lib/test_print.c fail without CONFIG_CONSOLE_RECORD=y.

Add a build dependency.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/lib/Makefile