[Expat-checkins] CVS: expat Makefile.in,1.27,1.28

Fred L. Drake fdrake@users.sourceforge.net
Mon Apr 29 14:32:07 2002


Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv21155

Modified Files:
	Makefile.in 
Log Message:
Added target to run checks based on xmlwf and James Clark's test cases.
This is not run by "make check" since it requires unzip, wget, and network
access to set up the tests.  Use "make run-xmltext" to run the tests.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/Makefile.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Makefile.in	25 Apr 2002 04:04:42 -0000	1.27
--- Makefile.in	29 Apr 2002 21:31:18 -0000	1.28
***************
*** 151,154 ****
--- 151,163 ----
  	$(LINK_EXE) $^ -lcheck
  
+ tests/xmltest.zip:
+ 	cd tests && wget ftp://ftp.jclark.com/pub/xml/xmltest.zip
+ 
+ tests/xmltest: tests/xmltest.zip
+ 	cd tests && unzip -q xmltest.zip
+ 
+ run-xmltest: xmlwf/xmlwf tests/xmltest
+ 	tests/xmltest.sh
+ 
  .SUFFIXES: .c .lo .o