diff options
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/string/Makefile b/string/Makefile index d90bf6f857..af371ed689 100644 --- a/string/Makefile +++ b/string/Makefile @@ -33,11 +33,11 @@ routines := strcat strchr strcmp strcoll strcpy strcspn strdup \ strcasecmp strncase \ memccpy memcpy wordcopy strsep \ swab strfry memfrob memmem \ - $(addprefix argz-,append count create \ + $(addprefix argz-,append count create ctsep next \ delete extract insert stringify) \ envz -tests := tester testcopy test-ffs +tests := tester testcopy test-ffs tst-strlen distribute := memcopy.h pagecopy.h |