From 935769398a312ca7908ea63b3cf0bcae18ebc7ee Mon Sep 17 00:00:00 2001 From: Jan Dabros Date: Thu, 16 Jul 2020 12:05:47 +0200 Subject: tests: Add lib/bootmem-test test case Signed-off-by: Jan Dabros Signed-off-by: Jakub Czapiga Change-Id: Ic1e539061ee5051d4158712a8a981a475ea7458a Reviewed-on: https://review.coreboot.org/c/coreboot/+/43510 Tested-by: build bot (Jenkins) Reviewed-by: Paul Fagerburg Reviewed-by: Julius Werner --- tests/lib/Makefile.inc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/lib/Makefile.inc') 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 + -- cgit v1.2.3