u-boot/test/cmd
Heinrich Schuchardt d5f85303bc test: missing dependency for test/cmd/setexpr.c
test/cmd/setexpr.c cannot be linked with CONFIG_CMD_SETEXPR=n:

ld.bfd: test/built-in.o: in function `setexpr_test_sub':
test/cmd/setexpr.c:227: undefined reference to `setexpr_regex_sub'
ld.bfd: test/built-in.o: in function `setexpr_test_backref':
test/cmd/setexpr.c:267: undefined reference to `setexpr_regex_sub'

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