From 159fa67170c0edd5178c8c615f1b239728f02056 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 16 Nov 2008 20:14:16 +0000 Subject: Comment out the rest of the tests for encodings we don't support. It appears that there's a fair number of issues with the handling of CJK charsets, particularly in the case of ISO-2022-x, which segfault. Make test binaries depend on the module target, so the module gets built if make test is done on a clean tree. svn path=/trunk/iconv/; revision=5710 --- test/GNU/Makefile | 100 +++++++++++++++++++++++++++--------------------------- 1 file changed, 50 insertions(+), 50 deletions(-) (limited to 'test') diff --git a/test/GNU/Makefile b/test/GNU/Makefile index f1e7f18..575f990 100644 --- a/test/GNU/Makefile +++ b/test/GNU/Makefile @@ -144,74 +144,74 @@ test_$(d): $(d) $(addprefix $(d), $(TESTS_$(d))) # /* CJK encodings */ $(TOP)/$ $(TOP)/$ $(TOP)/$ $(1)" @$$(CC) -c -g $$(DEBUGCFLAGS) -o $$@.o $(1) -- cgit v1.2.3