summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorfdrake <fdrake>2002-09-03 23:19:30 +0000
committerfdrake <fdrake>2002-09-03 23:19:30 +0000
commit2cea6f2cef4b292cdd06ff7b153b68b531fbb583 (patch)
tree84b00c02cf7b7091a86717b07745ae57c9776c5f /Makefile.in
parentee63b7f6142362386c4939561d08b1be05841cac (diff)
downloadlibexpat-2cea6f2cef4b292cdd06ff7b153b68b531fbb583.tar.gz
Update to Karl's version of this script, and use the latest version of
the tests from the W3C.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 12e2fc1..c3971cd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -148,13 +148,14 @@ tests/runtests.o: tests/runtests.c tests/chardata.h
tests/runtests: tests/runtests.o tests/chardata.o $(LIBRARY)
$(LINK_EXE) $^ -lcheck
-tests/xmltest.zip:
- cd tests && wget ftp://ftp.jclark.com/pub/xml/xmltest.zip
+tests/xmlts.zip:
+ wget --output-document=tests/xmlts.zip \
+ http://www.w3.org/XML/Test/xmlts20020606.zip
-tests/xmltest: tests/xmltest.zip
- cd tests && unzip -q xmltest.zip
+tests/XML-Test-Suite: tests/xmlts.zip
+ cd tests && unzip -q xmlts.zip
-run-xmltest: xmlwf/xmlwf tests/xmltest
+run-xmltest: xmlwf/xmlwf tests/XML-Test-Suite
tests/xmltest.sh
.SUFFIXES: .c .lo .o