diff options
author | Jakub Czapiga <jacz@semihalf.com> | 2021-01-07 09:24:33 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-02 18:05:26 +0000 |
commit | eb6f80d049c1077bc75fd4288649b3313f7f890e (patch) | |
tree | cc8fdae4040da1166018bdb8aa7ca152e208c6b3 /tests/lib/Makefile.inc | |
parent | 5ff17ed393ce09245592218cc42015d6479f02a4 (diff) |
tests: Add lib/region_file-test test case
Signed-off-by: Jakub Czapiga <jacz@semihalf.com>
Change-Id: Ic48e52a97b18d55fd983315f25dc972f472cc473
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49669
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'tests/lib/Makefile.inc')
-rw-r--r-- | tests/lib/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/Makefile.inc b/tests/lib/Makefile.inc index 32b340e5d9..ccc6596e18 100644 --- a/tests/lib/Makefile.inc +++ b/tests/lib/Makefile.inc @@ -12,6 +12,7 @@ tests-y += list-test tests-y += fmap-test tests-y += imd_cbmem-romstage-test tests-y += imd_cbmem-ramstage-test +tests-y += region_file-test string-test-srcs += tests/lib/string-test.c string-test-srcs += src/lib/string.c @@ -67,3 +68,6 @@ imd_cbmem-romstage-test-srcs += tests/stubs/console.c imd_cbmem-romstage-test-srcs += src/lib/imd.c 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 |