/[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.10 by wakaba, Thu Sep 18 05:49:13 2008 UTC revision 1.14 by wakaba, Fri Nov 7 04:03:16 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      xml-result.txt \
11      swml-result.txt \
12    content-checker-files \    content-checker-files \
13    langtag-files    langtag-files
14    
# Line 53  tree-construction-remote-files: tree-con Line 55  tree-construction-remote-files: tree-con
55    tree-construction/tests5.dat \    tree-construction/tests5.dat \
56    tree-construction/tests6.dat \    tree-construction/tests6.dat \
57    tree-construction/tests7.dat \    tree-construction/tests7.dat \
58      tree-construction/tests8.dat \
59      tree-construction/tests9.dat \
60      tree-construction/tests10.dat \
61      tree-construction/tests11.dat \
62      tree-construction/tests12.dat \
63    tree-construction/LICENSE    tree-construction/LICENSE
64    
65  tree-construction:  tree-construction:
# Line 67  tree-construction/LICENSE: Line 74  tree-construction/LICENSE:
74  tree-construction-result.txt: always  tree-construction-result.txt: always
75          cd .. && perl t/HTML-tree.t &> t/$@          cd .. && perl t/HTML-tree.t &> t/$@
76    
77    xml-result.txt: always
78            cd .. && perl t/XML-Parser.t &> t/$@
79    
80    swml-result.txt: always
81            cd .. && perl t/SWML-Parser.t &> t/$@
82    
83  content-checker-files: content-checker-result.txt \  content-checker-files: content-checker-result.txt \
84    content-checker-atom-result.txt    content-checker-atom-result.txt \
85      content-checker-xml-result.txt
86    
87  content-checker-result.txt: always  content-checker-result.txt: always
88          cd .. && perl t/ContentChecker.t &> t/$@          cd .. && perl t/ContentChecker.t &> t/$@
# Line 76  content-checker-result.txt: always Line 90  content-checker-result.txt: always
90  content-checker-atom-result.txt: always  content-checker-atom-result.txt: always
91          cd .. && perl t/ContentChecker-Atom.t &> t/$@          cd .. && perl t/ContentChecker-Atom.t &> t/$@
92    
93    content-checker-xml-result.txt: always
94            cd .. && perl t/ContentChecker-XML.t &> t/$@
95    
96  langtag-files: langtag-result.txt  langtag-files: langtag-result.txt
97    
98  langtag-result.txt: always  langtag-result.txt: always

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.14

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24