summaryrefslogtreecommitdiff
path: root/tests/lib/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Makefile.inc')
-rw-r--r--tests/lib/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/Makefile.inc b/tests/lib/Makefile.inc
index 9f4a6cad5a..fb243c266d 100644
--- a/tests/lib/Makefile.inc
+++ b/tests/lib/Makefile.inc
@@ -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
+