diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-23 17:56:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-23 17:56:42 +0000 |
commit | aea6989d9dc9eb217481c1958842566a2fb01ca9 (patch) | |
tree | c33e0073907cbdeffdffaa17665f5bee3aff203b /iconvdata/Makefile | |
parent | 724d8c3f0e3dd6afb77728ac87727316c4479ab9 (diff) | |
download | glibc-aea6989d9dc9eb217481c1958842566a2fb01ca9.tar.gz glibc-aea6989d9dc9eb217481c1958842566a2fb01ca9.tar.xz glibc-aea6989d9dc9eb217481c1958842566a2fb01ca9.zip |
* iconvdata/tst-e2big.c: New file.
* iconvdata/Makefile (tests): Add tst-e2big.
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 3996d70814..49cf62c35f 100644 --- a/iconvdata/Makefile +++ b/iconvdata/Makefile @@ -58,7 +58,7 @@ modules.so := $(addsuffix .so, $(modules)) include ../Makeconfig ifeq (yes,$(build-shared)) -tests = bug-iconv1 bug-iconv2 tst-loading +tests = bug-iconv1 bug-iconv2 tst-loading tst-e2big test-srcs := tst-table-from tst-table-to endif |