diff options
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 |