summaryrefslogtreecommitdiff
path: root/test/GNU/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-18 23:35:42 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-18 23:35:42 +0000
commit2bb0589da389578c51f58c5bdb1e64dffb0a43a3 (patch)
tree7d8e3e9738879c6a958a4eb24bb11fe03e3e1499 /test/GNU/Makefile
parent411281e97d185dd8e78fd5ac051695fcab1b9844 (diff)
downloadiconv-2bb0589da389578c51f58c5bdb1e64dffb0a43a3.tar.gz
iconv-2bb0589da389578c51f58c5bdb1e64dffb0a43a3.tar.bz2
Disable the GBK test -- at present, we support only GBK/{1,2}, as that's all that can be achieved through the use of an ISO-2022-based codec.
To get full GBK support will most likely require a new codec, preferably supporting the whole of GB18030 (which is a superset of GBK). svn path=/trunk/iconv/; revision=5721
Diffstat (limited to 'test/GNU/Makefile')
-rw-r--r--test/GNU/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/GNU/Makefile b/test/GNU/Makefile
index d9bf1c9..58054a8 100644
--- a/test/GNU/Makefile
+++ b/test/GNU/Makefile
@@ -149,7 +149,7 @@ test_$(d): $(d) $(addprefix $(d), $(TESTS_$(d)))
$(TOP)/$<check-stateful $(TOP) $(TOP)/$< ISO-2022-JP-2
$(TOP)/$<check-stateful $(TOP) $(TOP)/$< ISO-2022-JP-1
$(TOP)/$<check-stateless $(TOP) $(TOP)/$< EUC-CN
- $(TOP)/$<check-stateless $(TOP) $(TOP)/$< GBK
+# $(TOP)/$<check-stateless $(TOP) $(TOP)/$< GBK
# $(TOP)/$<check-stateless $(TOP) $(TOP)/$< CP936
# { cat $(TOP)/$<GB18030-BMP.TXT ; $(TOP)/$<gengb18030z ; } | sort > $(TOP)/$<GB18030.TXT && $(TOP)/$<check-stateless $(TOP) $(TOP)/$< GB18030
$(TOP)/$<check-stateful $(TOP) $(TOP)/$< ISO-2022-CN