diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-27 04:41:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-27 04:41:52 +0000 |
commit | fc1fb585c60817b982956e815ebc4726ef6381f6 (patch) | |
tree | 60183f60a986dc77bde5c4383d45e0113d622e37 /string/Makefile | |
parent | 945c975dffbff130148aace42708fc4b45493a0e (diff) | |
download | glibc-fc1fb585c60817b982956e815ebc4726ef6381f6.tar.gz glibc-fc1fb585c60817b982956e815ebc4726ef6381f6.tar.xz glibc-fc1fb585c60817b982956e815ebc4726ef6381f6.zip |
Update.
* string/Makefile (tests): Add tst-bswap. * string/tst-bswap.c: New file.
Diffstat (limited to 'string/Makefile')
-rw-r--r-- | string/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile index 970147c4a8..c1e13c2f25 100644 --- a/string/Makefile +++ b/string/Makefile @@ -47,7 +47,7 @@ o-objects.ob := memcpy.o memset.o memchr.o tests := tester inl-tester noinl-tester testcopy test-ffs \ tst-strlen stratcliff tst-svc tst-inlcall \ - bug-strncat1 bug-strspn1 bug-strpbrk1 + bug-strncat1 bug-strspn1 bug-strpbrk1 tst-bswap distribute := memcopy.h pagecopy.h tst-svc.expect |