tests: Add lib/memchr-test test case

Signed-off-by: Jakub Czapiga <jacz@semihalf.com>
Change-Id: Idcc824bfd9ca950f377c8f6a5916ffaba450fe73
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50721
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-15 14:21:20 +01:00
committed by Patrick Georgi
parent d75ee46d3c
commit cc7acb82c0
2 changed files with 105 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ tests-y += region_file-test
tests-y += stack-test
tests-y += memset-test
tests-y += memcmp-test
tests-y += memchr-test
string-test-srcs += tests/lib/string-test.c
string-test-srcs += src/lib/string.c
@@ -84,3 +85,6 @@ memset-test-srcs += src/lib/memset.c
memcmp-test-srcs += tests/lib/memcmp-test.c
memchr-test-srcs += tests/lib/memchr-test.c
memchr-test-srcs += src/lib/memchr.c