summaryrefslogtreecommitdiff
path: root/wctype/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-04-14 23:49:40 +0000
committerUlrich Drepper <drepper@redhat.com>1999-04-14 23:49:40 +0000
commitea48e2c4cc0b0a5e09e9407c9309d4a85926e8b7 (patch)
tree56f88f516b741d852200b86b6c2dc9ecb785dd6a /wctype/Makefile
parent613ae2c8ee6e332a6963d9960518d36e8cc312c3 (diff)
Update.
1999-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de> * wctype/test_wcfuncs.c: New file, tests towlower and towupper. * wctype/Makefile (tests): Add test_wcfuncs.
Diffstat (limited to 'wctype/Makefile')
-rw-r--r--wctype/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/wctype/Makefile b/wctype/Makefile
index 3484ea5d68..fe00e58d2a 100644
--- a/wctype/Makefile
+++ b/wctype/Makefile
@@ -26,6 +26,6 @@ distribute := cname-lookup.h
routines := wcfuncs wctype iswctype wctrans towctrans wcextra \
wcfuncs_l iswctype_l towctrans_l wctype_l wcextra_l
-tests := test_wctype
+tests := test_wctype test_wcfuncs
include ../Rules