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

Contents of /markup/html/whatpm/t/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.13 - (hide annotations) (download)
Tue Oct 14 09:00:57 2008 UTC (16 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.12: +5 -1 lines
++ whatpm/t/ChangeLog	14 Oct 2008 09:00:17 -0000
	* xml/: New directory.

	* Makefile: Tests for Whatpm::XML::Parser are added.

	* HTML-tree.t: Change the relative order of codes.

	* XML-Parser.t: New test script.

2008-10-14  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/xml/ChangeLog	14 Oct 2008 08:53:14 -0000
2008-10-14  Wakaba  <wakaba@suika.fam.cx>

	* tree-1.dat: New test data file.

2008-10-14  Wakaba  <wakaba@suika.fam.cx>

	* ChangeLog: New file.

++ whatpm/Whatpm/ChangeLog	14 Oct 2008 08:58:16 -0000
	* NanoDOM.pm (dom_config): New attribute (do nothing), for
	Whatpm::XML::Parser support.

2008-10-14  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/XML/ChangeLog	14 Oct 2008 08:59:00 -0000
	* Parser.pm.src: Use array reference syntax for
	|create_element_ns|, for Whatpm::NanoDOM compability.  Typo fixed.

2008-10-14  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 WGET = wget
2 wakaba 1.2 MKDIR = mkdir
3 wakaba 1.8 RM = rm
4     RMALL = $(RM) -frv
5 wakaba 1.1
6 wakaba 1.4 all: \
7     content-type-files \
8     tokenizer-files \
9     tree-construction-files \
10 wakaba 1.13 xml-result.txt \
11 wakaba 1.10 content-checker-files \
12     langtag-files
13 wakaba 1.4
14 wakaba 1.8 update: clean-remote-files \
15     tokenizer-remote-files \
16     tree-construction-remote-files
17    
18 wakaba 1.4 content-type-files: content-type-result.txt
19    
20     content-type-result.txt: always
21     cd .. && perl t/ContentType.t &> t/$@
22 wakaba 1.1
23 wakaba 1.8 tokenizer-files: tokenizer-remote-files tokenizer-result.txt
24    
25     tokenizer-remote-files: tokenizer \
26 wakaba 1.3 tokenizer/test1.test tokenizer/test2.test tokenizer/contentModelFlags.test \
27 wakaba 1.6 tokenizer/escapeFlag.test \
28 wakaba 1.7 tokenizer/test3.test \
29     tokenizer/test4.test \
30 wakaba 1.9 tokenizer/xmlViolation.test \
31     tokenizer/entities.test \
32 wakaba 1.8 tokenizer/LICENSE
33 wakaba 1.1
34     tokenizer:
35 wakaba 1.2 $(MKDIR) $@
36    
37     tokenizer/%.test:
38 wakaba 1.6 $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/testdata/$@
39 wakaba 1.1
40 wakaba 1.5 tokenizer/LICENSE:
41     $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/LICENSE
42    
43 wakaba 1.3 tokenizer-result.txt: always
44     cd .. && perl t/HTML-tokenizer.t &> t/$@
45    
46 wakaba 1.8 tree-construction-files: tree-construction-remote-files \
47     tree-construction-result.txt
48    
49     tree-construction-remote-files: tree-construction \
50 wakaba 1.2 tree-construction/tests1.dat \
51     tree-construction/tests2.dat \
52     tree-construction/tests3.dat \
53 wakaba 1.3 tree-construction/tests4.dat \
54 wakaba 1.6 tree-construction/tests5.dat \
55     tree-construction/tests6.dat \
56 wakaba 1.9 tree-construction/tests7.dat \
57 wakaba 1.11 tree-construction/tests8.dat \
58     tree-construction/tests9.dat \
59     tree-construction/tests10.dat \
60     tree-construction/tests11.dat \
61     tree-construction/tests12.dat \
62 wakaba 1.8 tree-construction/LICENSE
63 wakaba 1.2
64     tree-construction:
65     $(MKDIR) $@
66 wakaba 1.1
67 wakaba 1.2 tree-construction/%.dat:
68 wakaba 1.6 $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/testdata/$@
69 wakaba 1.2
70 wakaba 1.5 tree-construction/LICENSE:
71     $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/LICENSE
72    
73 wakaba 1.3 tree-construction-result.txt: always
74     cd .. && perl t/HTML-tree.t &> t/$@
75    
76 wakaba 1.13 xml-result.txt: always
77     cd .. && perl t/XML-Parser.t &> t/$@
78    
79 wakaba 1.10 content-checker-files: content-checker-result.txt \
80 wakaba 1.12 content-checker-atom-result.txt \
81     content-checker-xml-result.txt
82 wakaba 1.4
83     content-checker-result.txt: always
84     cd .. && perl t/ContentChecker.t &> t/$@
85    
86 wakaba 1.10 content-checker-atom-result.txt: always
87     cd .. && perl t/ContentChecker-Atom.t &> t/$@
88    
89 wakaba 1.12 content-checker-xml-result.txt: always
90     cd .. && perl t/ContentChecker-XML.t &> t/$@
91    
92 wakaba 1.10 langtag-files: langtag-result.txt
93    
94     langtag-result.txt: always
95     cd .. && perl t/LangTag.t &> t/$@
96    
97 wakaba 1.8 clean-remote-files:
98     $(RMALL) tokenizer/*.test tokenizer/LICENSE
99     $(RMALL) tree-construction/*.dat tree-construction/LICENSE
100    
101 wakaba 1.3 always:
102    
103 wakaba 1.2 ## License: Public Domain.
104 wakaba 1.13 ## $Date: 2008/10/07 12:18:39 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24