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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download)
Sun May 20 11:12:25 2007 UTC (18 years, 1 month ago) by wakaba
Branch: MAIN
Changes since 1.3: +16 -2 lines
++ ChangeLog	20 May 2007 11:07:54 -0000
2007-05-20  Wakaba  <wakaba@suika.fam.cx>

	* readme.en.html: Updated.

++ whatpm/t/ChangeLog	20 May 2007 11:12:04 -0000
	* Makefile (content-type-files, content-checker-files): New rukes.

	* content-type-result.txt, content-checker-result.txt: New files.

	* tokenizer-result.txt, tree-construction-result.txt: New to CVS.

	* content-model-2.dat: Warnings are added to unknown attributes
	for unknown elements.  New tests for newly implemented
	attributes are added.

2007-05-20  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	20 May 2007 11:10:24 -0000
	* ContentChecker.pm: Now most attributes are implemented
	or associated to some placeholder.
	($ElementDefault): Warn unknown attributes
	for unknown elements as "attribute not supported".
	($HTMLLanguageTagAttrChecker, $HTMLMQAttrChecker): New placeholders.
	($HTMLUsemapAttrChecker, $HTMLTargetAttrChecker): New checkers.
	(|a| attribute checker): Reimplemented.

2007-05-20  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 WGET = wget
2 wakaba 1.2 MKDIR = mkdir
3 wakaba 1.1
4 wakaba 1.4 all: \
5     content-type-files \
6     tokenizer-files \
7     tree-construction-files \
8     content-checker-files
9    
10     content-type-files: content-type-result.txt
11    
12     content-type-result.txt: always
13     cd .. && perl t/ContentType.t &> t/$@
14 wakaba 1.1
15 wakaba 1.2 tokenizer-files: tokenizer \
16 wakaba 1.3 tokenizer/test1.test tokenizer/test2.test tokenizer/contentModelFlags.test \
17     tokenizer-result.txt
18 wakaba 1.1
19     tokenizer:
20 wakaba 1.2 $(MKDIR) $@
21    
22     tokenizer/%.test:
23     $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/tests/$@
24 wakaba 1.1
25 wakaba 1.3 tokenizer-result.txt: always
26     cd .. && perl t/HTML-tokenizer.t &> t/$@
27    
28 wakaba 1.2 tree-construction-files: tree-construction \
29     tree-construction/tests1.dat \
30     tree-construction/tests2.dat \
31     tree-construction/tests3.dat \
32 wakaba 1.3 tree-construction/tests4.dat \
33     tree-construction-result.txt
34 wakaba 1.2
35     tree-construction:
36     $(MKDIR) $@
37 wakaba 1.1
38 wakaba 1.2 tree-construction/%.dat:
39 wakaba 1.1 $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/tests/$@
40 wakaba 1.2
41 wakaba 1.3 tree-construction-result.txt: always
42     cd .. && perl t/HTML-tree.t &> t/$@
43    
44 wakaba 1.4 content-checker-files: content-checker-result.txt
45    
46     content-checker-result.txt: always
47     cd .. && perl t/ContentChecker.t &> t/$@
48    
49 wakaba 1.3 always:
50    
51 wakaba 1.2 ## License: Public Domain.
52 wakaba 1.4 ## $Date: 2007/05/02 13:44:35 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24