commit | 9211181de0a5a4638edd19b30668f332222db465 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jan 18 00:17:34 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 29 10:36:49 2021 -0500 |
tree | 7c3b9441c62694eaae95ba5e5b166bea34a607c5 | |
parent | c38be190e5525f68023828c4e363228ed25360f3 [diff] |
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>