tests: Add lib/crc_byte-test test case

Signed-off-by: Jakub Czapiga <jacz@semihalf.com>
Change-Id: I9016cd7825cb681fd200b23dd362ca24acf69192
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51088
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
This commit is contained in:
Jakub Czapiga
2021-02-24 16:33:21 +01:00
committed by Patrick Georgi
parent 855e1bc9c7
commit 0b6b968f9e
2 changed files with 301 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ tests-y += memchr-test
tests-y += memcpy-test
tests-y += malloc-test
tests-y += memmove-test
tests-y += crc_byte-test
string-test-srcs += tests/lib/string-test.c
string-test-srcs += src/lib/string.c
@@ -98,3 +99,6 @@ malloc-test-srcs += tests/stubs/console.c
memmove-test-srcs += tests/lib/memmove-test.c
crc_byte-test-srcs += tests/lib/crc_byte-test.c
crc_byte-test-srcs += src/lib/crc_byte.c