]> git.ipfire.org Git - thirdparty/glibc.git/commit - string/test-memchr.c
* string/test-string.h: New file.
authorRoland McGrath <roland@gnu.org>
Thu, 7 Nov 2002 19:15:01 +0000 (19:15 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 7 Nov 2002 19:15:01 +0000 (19:15 +0000)
commit58ef9ef7bcbe3df172d9ff5fa840a63d89a19df4
tree707f53302db4e5a0d10362716902c53222dfb939
parentcbf900b43010058d8489ce32ae43fb06a66410c1
* string/test-string.h: New file.

* string/test-strlen.c: New file.
* string/test-string.h: New file.
* string/test-strcmp.c: New file.
* string/test-strchr.c: New file.
* string/test-strrchr.c: New file.
* string/test-strcpy.c: New file.
* string/test-stpcpy.c: New file.
* string/test-strncpy.c: New file.
* string/test-stpncpy.c: New file.
* string/test-strpbrk.c: New file.
* string/test-strcspn.c: New file.
* string/test-strspn.c: New file.
* string/test-strcat.c: New file.
* string/test-strncmp.c: New file.
* string/test-memchr.c: New file.
* string/test-memcmp.c: New file.
* string/test-memset.c: New file.
* string/test-memcpy.c: New file.
* string/test-mempcpy.c: New file.
* string/test-memmove.c: New file.
* string/Makefile (strop-tests): New variable.
(tests): Add strop-tests.
(distribute): Add test-string.h.
22 files changed:
ChangeLog
string/Makefile
string/test-memchr.c [new file with mode: 0644]
string/test-memcmp.c [new file with mode: 0644]
string/test-memcpy.c [new file with mode: 0644]
string/test-memmove.c [new file with mode: 0644]
string/test-mempcpy.c [new file with mode: 0644]
string/test-memset.c [new file with mode: 0644]
string/test-stpcpy.c [new file with mode: 0644]
string/test-stpncpy.c [new file with mode: 0644]
string/test-strcat.c [new file with mode: 0644]
string/test-strchr.c [new file with mode: 0644]
string/test-strcmp.c [new file with mode: 0644]
string/test-strcpy.c [new file with mode: 0644]
string/test-strcspn.c [new file with mode: 0644]
string/test-string.h [new file with mode: 0644]
string/test-strlen.c [new file with mode: 0644]
string/test-strncmp.c [new file with mode: 0644]
string/test-strncpy.c [new file with mode: 0644]
string/test-strpbrk.c [new file with mode: 0644]
string/test-strrchr.c [new file with mode: 0644]
string/test-strspn.c [new file with mode: 0644]