]> git.baikalelectronics.ru Git - uboot.git/commit
test: inconsistent string tests
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 17 Jan 2021 23:17:34 +0000 (00:17 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 29 Jan 2021 15:36:49 +0000 (10:36 -0500)
commit231e01355d7e90210b8fd16121cff746a731292e
tree7c3b9441c62694eaae95ba5e5b166bea34a607c5
parent1b1bce1ef415634322765cf51038a18399454c2a
test: inconsistent string tests

Excluding ut str in test/cmd_ut.c but compiling test/str_ut.c results in
failure of the Python test invoking the C unit tests as observed on
sipeed_riscv_smode_defconfig:

FAILED test/py/tests/test_ut.py::test_ut[ut_str_upper]

Allow to compile test/str_ut.c on all boards.

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