]> Git Repo - u-boot.git/commit - test/cmd/Makefile
test: missing dependency for test/cmd/setexpr.c
authorHeinrich Schuchardt <[email protected]>
Wed, 17 Feb 2021 11:58:14 +0000 (12:58 +0100)
committerTom Rini <[email protected]>
Wed, 24 Feb 2021 21:51:48 +0000 (16:51 -0500)
commitd5f85303bc03226ef167bf28b18faccd351f03d7
tree56625bb5e9ce8011307c9f1e198b9b32b7b647c3
parentbc18f31e4a3f13e09b6e9d04b282c2579b519ebf
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
test/cmd/Makefile
test/cmd_ut.c
This page took 0.029265 seconds and 4 git commands to generate.