u-boot-brain/test/cmd
Simon Glass 80b80d8944 test: Correct setexpr test prefix
This prefix should be for setexpr, not mem. This means that trying to
select just these tests to run does not work. Fix it.

For some reason this provokes an assertion failure due to memory not
being freed. Move the env_set() in setexpr_test_str() to before the
malloc() heap size size is recorded and disable the rest in
setexpr_test_str_oper().

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-03-12 09:57:29 -05:00
..
Makefile test: missing dependency for test/cmd/setexpr.c 2021-02-24 16:51:48 -05:00
mem_search.c cmd: Update the memory-search command 2020-08-07 22:31:32 -04:00
mem.c test: correct the test prefix in ut cmd_mem 2021-01-16 14:49:09 -05:00
pwm.c cmd: Add a pwm command 2021-01-18 15:23:06 -05:00
setexpr.c test: Correct setexpr test prefix 2021-03-12 09:57:29 -05:00
test_echo.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00