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)
commit9d43b4106e23a241b398544a6d2aa5bb541e62cb
tree7c3b9441c62694eaae95ba5e5b166bea34a607c5
parentfe158657a5bf6d657539b0fb8875175662f34a60
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