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.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/lib/Makefile.inc b/tests/lib/Makefile.inc
index fb243c266d..1640ce0f88 100644
--- a/tests/lib/Makefile.inc
+++ b/tests/lib/Makefile.inc
@@ -17,6 +17,7 @@ tests-y += stack-test
tests-y += memset-test
tests-y += memcmp-test
tests-y += memchr-test
+tests-y += memcpy-test
string-test-srcs += tests/lib/string-test.c
string-test-srcs += src/lib/string.c
@@ -88,3 +89,5 @@ memcmp-test-srcs += tests/lib/memcmp-test.c
memchr-test-srcs += tests/lib/memchr-test.c
memchr-test-srcs += src/lib/memchr.c
+memcpy-test-srcs += tests/lib/memcpy-test.c
+