From f7cd0d5a0563fc039bc73a4e61eba76205e0fe98 Mon Sep 17 00:00:00 2001 From: Anna Karas Date: Tue, 7 Jul 2020 16:38:27 +0200 Subject: tests: Move the console stubs to a dedicated directory Move the console functions definitions out from lib/b64_decode code to a dedicated directory. Signed-off-by: Anna Karas Change-Id: I22a6a592f0d4d509f19920f4ad2b18e8ed83a03e Reviewed-on: https://review.coreboot.org/c/coreboot/+/43285 Tested-by: build bot (Jenkins) Reviewed-by: Paul Fagerburg Reviewed-by: Julius Werner --- tests/lib/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/lib/Makefile.inc') diff --git a/tests/lib/Makefile.inc b/tests/lib/Makefile.inc index 594c68ec06..b66d386787 100644 --- a/tests/lib/Makefile.inc +++ b/tests/lib/Makefile.inc @@ -8,6 +8,7 @@ string-test-srcs += tests/lib/string-test.c string-test-srcs += src/lib/string.c b64_decode-test-srcs += tests/lib/b64_decode-test.c +b64_decode-test-srcs += tests/stubs/console.c b64_decode-test-srcs += src/lib/b64_decode.c hexstrtobin-test-srcs += tests/lib/hexstrtobin-test.c -- cgit v1.2.3