- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 03 Aug 2009 09:46:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/tools/hv/test In directory hutz:/tmp/cvs-serv7113/test Added Files: Makefile test.html Log Message: initial add --- NEW FILE: test.html --- <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <a target="foo">bar</a> </body> </html> --- NEW FILE: Makefile --- TEE=tee TEEFLAGS= test.log: ../hv ifeq ($(XHTML5RNC),) @echo @echo " Set XHTML5RNC to the path for a schema to test against;" @echo " e.g., XHTML5RNC=/opt/checker/syntax/relaxng/xhtml5.rnc" else $< -d ../h5dtck $(XHTML5RNC) test.html 2>&1 | $(TEE) $(TEEFLAGS) $@ endif clean: $(RM) test.log
Received on Monday, 3 August 2009 09:46:54 UTC