/[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.8 by wakaba, Sun Sep 30 11:38:18 2007 UTC revision 1.12 by wakaba, Tue Oct 7 12:18:39 2008 UTC
# Line 7  all: \ Line 7  all: \
7    content-type-files \    content-type-files \
8    tokenizer-files \    tokenizer-files \
9    tree-construction-files \    tree-construction-files \
10    content-checker-files    content-checker-files \
11      langtag-files
12    
13  update: clean-remote-files \  update: clean-remote-files \
14    tokenizer-remote-files \    tokenizer-remote-files \
# Line 25  tokenizer-remote-files: tokenizer \ Line 26  tokenizer-remote-files: tokenizer \
26    tokenizer/escapeFlag.test \    tokenizer/escapeFlag.test \
27    tokenizer/test3.test \    tokenizer/test3.test \
28    tokenizer/test4.test \    tokenizer/test4.test \
29      tokenizer/xmlViolation.test \
30      tokenizer/entities.test \
31    tokenizer/LICENSE    tokenizer/LICENSE
32    
33  tokenizer:  tokenizer:
# Line 49  tree-construction-remote-files: tree-con Line 52  tree-construction-remote-files: tree-con
52    tree-construction/tests4.dat \    tree-construction/tests4.dat \
53    tree-construction/tests5.dat \    tree-construction/tests5.dat \
54    tree-construction/tests6.dat \    tree-construction/tests6.dat \
55      tree-construction/tests7.dat \
56      tree-construction/tests8.dat \
57      tree-construction/tests9.dat \
58      tree-construction/tests10.dat \
59      tree-construction/tests11.dat \
60      tree-construction/tests12.dat \
61    tree-construction/LICENSE    tree-construction/LICENSE
62    
63  tree-construction:  tree-construction:
# Line 63  tree-construction/LICENSE: Line 72  tree-construction/LICENSE:
72  tree-construction-result.txt: always  tree-construction-result.txt: always
73          cd .. && perl t/HTML-tree.t &> t/$@          cd .. && perl t/HTML-tree.t &> t/$@
74    
75  content-checker-files: content-checker-result.txt  content-checker-files: content-checker-result.txt \
76      content-checker-atom-result.txt \
77      content-checker-xml-result.txt
78    
79  content-checker-result.txt: always  content-checker-result.txt: always
80          cd .. && perl t/ContentChecker.t &> t/$@          cd .. && perl t/ContentChecker.t &> t/$@
81    
82    content-checker-atom-result.txt: always
83            cd .. && perl t/ContentChecker-Atom.t &> t/$@
84    
85    content-checker-xml-result.txt: always
86            cd .. && perl t/ContentChecker-XML.t &> t/$@
87    
88    langtag-files: langtag-result.txt
89    
90    langtag-result.txt: always
91            cd .. && perl t/LangTag.t &> t/$@
92    
93  clean-remote-files:  clean-remote-files:
94          $(RMALL) tokenizer/*.test tokenizer/LICENSE          $(RMALL) tokenizer/*.test tokenizer/LICENSE
95          $(RMALL) tree-construction/*.dat tree-construction/LICENSE          $(RMALL) tree-construction/*.dat tree-construction/LICENSE

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.12

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24