aboutsummaryrefslogtreecommitdiff
path: root/tests/lib/Makefile.inc
diff options
context:
space:
mode:
authorJan Dabros <jsd@semihalf.com>2020-07-16 12:05:47 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-04-09 06:20:50 +0000
commit935769398a312ca7908ea63b3cf0bcae18ebc7ee (patch)
tree717db2ca47e8cc95ec4cd946ab0448ccc66fcad7 /tests/lib/Makefile.inc
parent45d37d5cb807cd285b0277e4c235d0e5fae28093 (diff)
tests: Add lib/bootmem-test test case
Signed-off-by: Jan Dabros <jsd@semihalf.com> Signed-off-by: Jakub Czapiga <jacz@semihalf.com> Change-Id: Ic1e539061ee5051d4158712a8a981a475ea7458a Reviewed-on: https://review.coreboot.org/c/coreboot/+/43510 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'tests/lib/Makefile.inc')
-rw-r--r--tests/lib/Makefile.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/lib/Makefile.inc b/tests/lib/Makefile.inc
index cba436118c..3a43a640bc 100644
--- a/tests/lib/Makefile.inc
+++ b/tests/lib/Makefile.inc
@@ -24,6 +24,7 @@ tests-y += crc_byte-test
tests-y += compute_ip_checksum-test
tests-y += memrange-test
tests-y += uuid-test
+tests-y += bootmem-test
string-test-srcs += tests/lib/string-test.c
string-test-srcs += src/lib/string.c
@@ -116,3 +117,10 @@ memrange-test-srcs += src/device/device_util.c
uuid-test-srcs += tests/lib/uuid-test.c
uuid-test-srcs += src/lib/hexstrtobin.c
uuid-test-srcs += src/lib/uuid.c
+
+bootmem-test-srcs += tests/lib/bootmem-test.c
+bootmem-test-srcs += tests/stubs/console.c
+bootmem-test-srcs += src/device/device_util.c
+bootmem-test-srcs += src/lib/bootmem.c
+bootmem-test-srcs += src/lib/memrange.c
+