summaryrefslogtreecommitdiff
path: root/test/GNU/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-13 13:50:53 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-13 13:50:53 +0000
commit6385ccec503fa86283f224f17ed2acb5409beb84 (patch)
tree119c2ce6e2c742399eca10018f5dddec89285fb3 /test/GNU/Makefile
parent5e5d71b2d791e8523a9e86f395ea0fd776b0a6ff (diff)
downloadiconv-6385ccec503fa86283f224f17ed2acb5409beb84.tar.gz
iconv-6385ccec503fa86283f224f17ed2acb5409beb84.tar.bz2
Ensure temporary data files are put in the right place.
Bail on the first error. svn path=/trunk/iconv/; revision=5693
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 99fb722..d6ebaf7 100644
--- a/test/GNU/Makefile
+++ b/test/GNU/Makefile
@@ -60,7 +60,7 @@ TARGET_TESTS := $(TARGET_TESTS) test_$(d)
test_$(d): $(d) $(addprefix $(d), $(TESTS_$(d)))
$(TOP)/$<check-stateless $(TOP) $(TOP)/$< ASCII
# /* General multi-byte encodings */
- $(TOP)/$<genutf8 > UTF-8.TXT && $(TOP)/$<check-stateless $(TOP) $(TOP)/$< UTF-8
+ $(TOP)/$<genutf8 > $(TOP)/$<UTF-8.TXT && $(TOP)/$<check-stateless $(TOP) $(TOP)/$< UTF-8
$(TOP)/$<check-stateful $(TOP) $(TOP)/$< UCS-2BE
$(TOP)/$<check-stateful $(TOP) $(TOP)/$< UCS-2LE
$(TOP)/$<check-stateful $(TOP) $(TOP)/$< UCS-4BE