From dd85c82962be492f85dc26b458128fff4ea93dd3 Mon Sep 17 00:00:00 2001 From: Jakub Czapiga Date: Thu, 10 Dec 2020 11:16:47 +0100 Subject: tests: Add lib/fmap-test test case Signed-off-by: Jakub Czapiga Change-Id: I885ea05d509d3b1330de7a18531f310d290c6965 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48557 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- tests/lib/Makefile.inc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/lib/Makefile.inc') diff --git a/tests/lib/Makefile.inc b/tests/lib/Makefile.inc index 5783f18919..dba27ec29f 100644 --- a/tests/lib/Makefile.inc +++ b/tests/lib/Makefile.inc @@ -9,6 +9,7 @@ tests-y += edid-test tests-y += cbmem_console-romstage-test tests-y += cbmem_console-ramstage-test tests-y += list-test +tests-y += fmap-test string-test-srcs += tests/lib/string-test.c string-test-srcs += src/lib/string.c @@ -44,3 +45,10 @@ cbmem_console-ramstage-test-srcs += tests/stubs/console.c list-test-srcs += tests/lib/list-test.c list-test-srcs += src/lib/list.c +fmap-test-srcs += tests/lib/fmap-test.c +fmap-test-srcs += src/lib/fmap.c +fmap-test-srcs += tests/stubs/console.c +fmap-test-srcs += src/lib/boot_device.c +fmap-test-srcs += src/commonlib/region.c +fmap-test-cflags += -I tests/include/tests/lib/fmap +fmap-test-cflags += -I 3rdparty/vboot/firmware/include -- cgit v1.2.3