summaryrefslogtreecommitdiff
path: root/wcsmbs/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-16 06:52:42 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-16 06:52:42 +0000
commit0bd537d8e02108727d5a646a4c8de647b077ffa9 (patch)
treed10eb44563cef2e2e2b451a5989731c24bd28814 /wcsmbs/Makefile
parent0fb653cca7e51af40a2e620febc84add585feb94 (diff)
Update.
1999-08-15 Ulrich Drepper <drepper@cygnus.com> * wcsmbs/wcsnlen.c: Correct decrement maxlen. * wcsmbs/Makefile (tests): Add tst-wcsnlen. * wcsmbs/tst-wcsnlen.c: New file.
Diffstat (limited to 'wcsmbs/Makefile')
-rw-r--r--wcsmbs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile
index f1dc651877..7ca2800c05 100644
--- a/wcsmbs/Makefile
+++ b/wcsmbs/Makefile
@@ -39,7 +39,7 @@ routines := wcscat wcschr wcscmp wcscpy wcscspn wcsdup wcslen wcsncat \
wcscasecmp wcsncase wcscasecmp_l wcsncase_l \
wcsmbsload
-tests := tst-wcstof wcsmbs-tst1
+tests := tst-wcstof wcsmbs-tst1 tst-wcsnlen
include ../Rules