]> git.baikalelectronics.ru Git - uboot.git/commit
test: missing dependency for test/cmd/setexpr.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 17 Feb 2021 11:58:14 +0000 (12:58 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 24 Feb 2021 21:51:48 +0000 (16:51 -0500)
commitc355341d3de74fb82f19b7c0780103e57563021c
tree56625bb5e9ce8011307c9f1e198b9b32b7b647c3
parent0d284c310450ef0cd2964cb38a17055c70ccbe32
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>
test/cmd/Makefile
test/cmd_ut.c