aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/string/Makefile
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2023-12-03 11:42:17 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-12-25 13:59:40 +0000
commite4b7b0bcbc741f0998640c2ba55ec00ba613bb75 (patch)
treef2b363009ad9fb5a8f0b4603e366b64c4bb28740 /lib/libc/tests/string/Makefile
parent6fdcb85b1c10fb7a7f61323e52ee251cc48fd60e (diff)
Diffstat (limited to 'lib/libc/tests/string/Makefile')
-rw-r--r--lib/libc/tests/string/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/tests/string/Makefile b/lib/libc/tests/string/Makefile
index 81e59ee65155..a6e8eb18075a 100644
--- a/lib/libc/tests/string/Makefile
+++ b/lib/libc/tests/string/Makefile
@@ -9,6 +9,7 @@ ATF_TESTS_C+= ffsll_test
ATF_TESTS_C+= fls_test
ATF_TESTS_C+= flsl_test
ATF_TESTS_C+= flsll_test
+ATF_TESTS_C+= memccpy_test
ATF_TESTS_C+= memcmp_test
ATF_TESTS_C+= memset_s_test
ATF_TESTS_C+= strncmp_test