summaryrefslogtreecommitdiff
path: root/tests/lib/Makefile.inc
diff options
context:
space:
mode:
authorJakub Czapiga <jacz@semihalf.com>2021-04-08 16:29:03 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-04-15 07:38:05 +0000
commitdadcae63c6c407ab8e14a3e1b10119da63d2228c (patch)
treefff2f773249bdd2115a49ec3770dabaa11790a9d /tests/lib/Makefile.inc
parente73bae7b0a0164a02eb89b2e42c81aebfb7d411e (diff)
tests: Add lib/dimm_info_util-test test case
Signed-off-by: Jakub Czapiga <jacz@semihalf.com> Change-Id: I536566ba883bbeb558587a8d71e3d86152fb5e14 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52192 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'tests/lib/Makefile.inc')
-rw-r--r--tests/lib/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lib/Makefile.inc b/tests/lib/Makefile.inc
index 3a43a640bc..ee2bf5ab82 100644
--- a/tests/lib/Makefile.inc
+++ b/tests/lib/Makefile.inc
@@ -25,6 +25,7 @@ tests-y += compute_ip_checksum-test
tests-y += memrange-test
tests-y += uuid-test
tests-y += bootmem-test
+tests-y += dimm_info_util-test
string-test-srcs += tests/lib/string-test.c
string-test-srcs += src/lib/string.c
@@ -124,3 +125,7 @@ bootmem-test-srcs += src/device/device_util.c
bootmem-test-srcs += src/lib/bootmem.c
bootmem-test-srcs += src/lib/memrange.c
+dimm_info_util-test-srcs += tests/lib/dimm_info_util-test.c
+dimm_info_util-test-srcs += src/lib/dimm_info_util.c
+dimm_info_util-test-srcs += tests/stubs/console.c
+