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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24