diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-30 22:40:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-30 22:40:09 +0000 |
commit | b4f95b74f783cd32180a3ca1ed44d924301d6b41 (patch) | |
tree | 2fddcce3934184e52053f6f678bd52643245dce1 /iconvdata/Makefile | |
parent | 44f8759bc562f6523c3c066dd5180ee79f66dfcd (diff) | |
download | glibc-b4f95b74f783cd32180a3ca1ed44d924301d6b41.tar.gz glibc-b4f95b74f783cd32180a3ca1ed44d924301d6b41.tar.xz glibc-b4f95b74f783cd32180a3ca1ed44d924301d6b41.zip |
Update.
2000-08-30 Ulrich Drepper <drepper@redhat.com> * iconvdata/Makefile (tests): Add tst-loading. * iconvdata/tst-loading.c: New file.
Diffstat (limited to 'iconvdata/Makefile')
-rw-r--r-- | iconvdata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile index b309d751f3..a70d9b4ec3 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -49,7 +49,7 @@ modules := ISO8859-1 ISO8859-2 ISO8859-3 ISO8859-4 ISO8859-5 \ modules.so := $(addsuffix .so, $(modules)) -tests = bug-iconv1 bug-iconv2 +tests = bug-iconv1 bug-iconv2 tst-loading include ../Makeconfig |