[Expat-checkins] expat Makefile.in,1.38,1.39
Fred L. Drake
fdrake@users.sourceforge.net
Tue, 03 Sep 2002 16:19:32 -0700
Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv2833
Modified Files:
Makefile.in
Log Message:
Update to Karl's version of this script, and use the latest version of
the tests from the W3C.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/Makefile.in,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Makefile.in 23 Aug 2002 21:53:29 -0000 1.38
+++ Makefile.in 3 Sep 2002 23:19:30 -0000 1.39
@@ -148,13 +148,14 @@
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