/[suikacvs]/markup/html/whatpm/t/Makefile
Suika

Diff of /markup/html/whatpm/t/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by wakaba, Mon Apr 30 14:12:02 2007 UTC revision 1.3 by wakaba, Wed May 2 13:44:35 2007 UTC
# Line 4  MKDIR = mkdir Line 4  MKDIR = mkdir
4  all: tokenizer-files tree-construction-files  all: tokenizer-files tree-construction-files
5    
6  tokenizer-files: tokenizer \  tokenizer-files: tokenizer \
7    tokenizer/test1.test tokenizer/test2.test tokenizer/contentModelFlags.test    tokenizer/test1.test tokenizer/test2.test tokenizer/contentModelFlags.test \
8      tokenizer-result.txt
9    
10  tokenizer:  tokenizer:
11          $(MKDIR) $@          $(MKDIR) $@
# Line 12  tokenizer: Line 13  tokenizer:
13  tokenizer/%.test:  tokenizer/%.test:
14          $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/tests/$@          $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/tests/$@
15    
16    tokenizer-result.txt: always
17            cd .. && perl t/HTML-tokenizer.t &> t/$@
18    
19  tree-construction-files: tree-construction \  tree-construction-files: tree-construction \
20    tree-construction/tests1.dat \    tree-construction/tests1.dat \
21    tree-construction/tests2.dat \    tree-construction/tests2.dat \
22    tree-construction/tests3.dat \    tree-construction/tests3.dat \
23    tree-construction/tests4.dat    tree-construction/tests4.dat \
24      tree-construction-result.txt
25    
26  tree-construction:  tree-construction:
27          $(MKDIR) $@          $(MKDIR) $@
# Line 24  tree-construction: Line 29  tree-construction:
29  tree-construction/%.dat:  tree-construction/%.dat:
30          $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/tests/$@          $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/tests/$@
31    
32    tree-construction-result.txt: always
33            cd .. && perl t/HTML-tree.t &> t/$@
34    
35    always:
36    
37  ## License: Public Domain.  ## License: Public Domain.
38  ## $Date$  ## $Date$

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24