diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-27 08:35:44 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-27 08:35:44 -0400 |
commit | e57420c6c67b914abb01f7c3b1d999795121ce70 (patch) | |
tree | e9b6ae2b311604078fd19abbcc0c6eb9ec2ce667 /iconvdata/Makefile | |
parent | 4d07db153ea9acc5c3201647bd06024e5801ae89 (diff) | |
download | glibc-e57420c6c67b914abb01f7c3b1d999795121ce70.tar.gz glibc-e57420c6c67b914abb01f7c3b1d999795121ce70.tar.xz glibc-e57420c6c67b914abb01f7c3b1d999795121ce70.zip |
Add test for last iconv bug
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 e0fe46aa72..94f860ab9b 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -68,7 +68,7 @@ include ../Makeconfig ifeq (yes,$(build-shared)) tests = bug-iconv1 bug-iconv2 tst-loading tst-e2big tst-iconv4 bug-iconv4 \ - tst-iconv6 bug-iconv5 bug-iconv6 tst-iconv7 bug-iconv8 + tst-iconv6 bug-iconv5 bug-iconv6 tst-iconv7 bug-iconv8 bug-iconv9 ifeq ($(have-thread-library),yes) tests += bug-iconv3 endif |