diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-07-22 19:23:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-07-22 19:23:54 +0000 |
commit | bc55a0b89789624f5ed4a64d2b7e463812674776 (patch) | |
tree | cf14c8b9a2fc8b582eb8df9e76c09167a4345465 /wcsmbs/Makefile | |
parent | 7e939b219825ec15cfa45d226f910f80c9035755 (diff) | |
download | glibc-bc55a0b89789624f5ed4a64d2b7e463812674776.tar.gz glibc-bc55a0b89789624f5ed4a64d2b7e463812674776.tar.xz glibc-bc55a0b89789624f5ed4a64d2b7e463812674776.zip |
(tests): Add tst-wcpncpy.
Diffstat (limited to 'wcsmbs/Makefile')
-rw-r--r-- | wcsmbs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile index 882084db1e..005c49deee 100644 --- a/wcsmbs/Makefile +++ b/wcsmbs/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995-2000, 2002 Free Software Foundation, Inc. +# Copyright (C) 1995-2000, 2002, 2003 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -40,7 +40,7 @@ routines := wcscat wcschr wcscmp wcscpy wcscspn wcsdup wcslen wcsncat \ wcsmbsload mbsrtowcs_l tests := tst-wcstof wcsmbs-tst1 tst-wcsnlen tst-btowc tst-mbrtowc \ - tst-wcrtomb + tst-wcrtomb tst-wcpncpy include ../Rules |