Update of /cvsroot/aaron/aaron/src/test/xml
In directory usw-pr-cvs1:/tmp/cvs-serv23788
Added Files:
Makefile
Log Message:
Added README file for the directory (few instructions)
--- NEW FILE: Makefile ---
# $Id: Makefile,v 1.1 2001/06/29 05:30:47 thetitan Exp $
test: test_well_formed_xml_check.rb
test_well_formed_xml_check.rb:
@echo "Testing well_formed_xml_check.rb..."
@ruby well_formed_xml_check.rb ../../../conf/examples/*.conf
@echo "Done well_formed_xml_check.rb"
|