aboutsummaryrefslogtreecommitdiff
path: root/tests/lib/Makefile.inc
diff options
context:
space:
mode:
authorJakub Czapiga <jacz@semihalf.com>2020-11-12 12:10:51 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-11-25 09:14:07 +0000
commitea378ccc8f61b64fcc8be603e5d1c76555086108 (patch)
treec790821d23b9ebdc172581364d49c1c9fcf6a2fd /tests/lib/Makefile.inc
parent5a41b0db20348c6a6b83132d40f825daa2dedc9a (diff)
tests: Add lib/list-test test case
Change-Id: If74f241b2bb788b3e2fd1b9062fc74819f7be31e Signed-off-by: Jakub Czapiga <jacz@semihalf.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47507 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'tests/lib/Makefile.inc')
-rw-r--r--tests/lib/Makefile.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/lib/Makefile.inc b/tests/lib/Makefile.inc
index c49828962d..5783f18919 100644
--- a/tests/lib/Makefile.inc
+++ b/tests/lib/Makefile.inc
@@ -8,6 +8,7 @@ tests-y += timestamp-test
tests-y += edid-test
tests-y += cbmem_console-romstage-test
tests-y += cbmem_console-ramstage-test
+tests-y += list-test
string-test-srcs += tests/lib/string-test.c
string-test-srcs += src/lib/string.c
@@ -38,4 +39,8 @@ cbmem_console-romstage-test-srcs += tests/stubs/console.c
cbmem_console-ramstage-test-stage := ramstage
cbmem_console-ramstage-test-srcs += tests/lib/cbmem_console-test.c
-cbmem_console-ramstage-test-srcs += tests/stubs/console.c \ No newline at end of file
+cbmem_console-ramstage-test-srcs += tests/stubs/console.c
+
+list-test-srcs += tests/lib/list-test.c
+list-test-srcs += src/lib/list.c
+