tests: Add lib/fmap-test test case
Signed-off-by: Jakub Czapiga <jacz@semihalf.com> Change-Id: I885ea05d509d3b1330de7a18531f310d290c6965 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48557 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
committed by
Patrick Georgi
parent
525cc4626a
commit
dd85c82962
@@ -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
|
||||
|
Reference in New Issue
Block a user