summaryrefslogtreecommitdiff
path: root/iconvdata/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-20 23:33:28 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-20 23:33:28 +0000
commit13d9048a161a5d6c8768f061a70f954eb1220f8d (patch)
treeefb200d420ead2ea838fb37510a446b0e55b612b /iconvdata/Makefile
parent9639d01449f11b0d8858e13250d49107c6b9ee69 (diff)
Update
1998-05-20 Ulrich Drepper <drepper@cygnus.com> * iconvdata/TESTS: New tests for EUC-KR. * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS. * iconvdata/testdata/EUC-KR: New file.
Diffstat (limited to 'iconvdata/Makefile')
-rw-r--r--iconvdata/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/iconvdata/Makefile b/iconvdata/Makefile
index c29a4b018d..e158dcfc14 100644
--- a/iconvdata/Makefile
+++ b/iconvdata/Makefile
@@ -482,7 +482,7 @@ tests: $(objpfx)iconv-test.out
$(objpfx)iconv-test.out: run-iconv-test.sh $(objpfx)gconv-modules \
$(addprefix $(objpfx),$(modules.so)) \
- $(common-objdir)/iconv/iconv_prog
+ $(common-objdir)/iconv/iconv_prog TESTS
$(SHELL) -e $< $(common-objdir) > $@
ifdef objpfx