tests: Add lib/stack-test test case
Signed-off-by: Jakub Czapiga <jacz@semihalf.com> Change-Id: Icf0cceac290618a50ecc4e65f1f9551dbf31bd32 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50305 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
This commit is contained in:
committed by
Patrick Georgi
parent
e22eef7c51
commit
b3a7c84b43
@@ -13,6 +13,7 @@ tests-y += fmap-test
|
||||
tests-y += imd_cbmem-romstage-test
|
||||
tests-y += imd_cbmem-ramstage-test
|
||||
tests-y += region_file-test
|
||||
tests-y += stack-test
|
||||
|
||||
string-test-srcs += tests/lib/string-test.c
|
||||
string-test-srcs += src/lib/string.c
|
||||
@@ -71,3 +72,7 @@ imd_cbmem-romstage-test-mocks += cbmem_top_chipset
|
||||
region_file-test-srcs += tests/lib/region_file-test.c
|
||||
region_file-test-srcs += src/commonlib/region.c
|
||||
region_file-test-srcs += tests/stubs/console.c
|
||||
|
||||
stack-test-srcs += tests/lib/stack-test.c
|
||||
stack-test-srcs += src/lib/stack.c
|
||||
stack-test-srcs += tests/stubs/console.c
|
||||
|
Reference in New Issue
Block a user