Parent Directory
|
Revision Log
++ whatpm/What/ChangeLog 30 Apr 2007 14:11:13 -0000 * HTML.pm.src: Some typos are fixed. 2007-04-30 Wakaba <wakaba@suika.fam.cx> ++ whatpm/t/ChangeLog 30 Apr 2007 14:11:55 -0000 * .cvsignore: |tree-consturction| is added. * HTML-tree.t: New test. * Makefile: Rules for tree constructor tests are added. 2007-04-30 Wakaba <wakaba@suika.fam.cx>
| 1 | WGET = wget |
| 2 | MKDIR = mkdir |
| 3 | |
| 4 | all: tokenizer-files tree-construction-files |
| 5 | |
| 6 | tokenizer-files: tokenizer \ |
| 7 | tokenizer/test1.test tokenizer/test2.test tokenizer/contentModelFlags.test |
| 8 | |
| 9 | tokenizer: |
| 10 | $(MKDIR) $@ |
| 11 | |
| 12 | tokenizer/%.test: |
| 13 | $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/tests/$@ |
| 14 | |
| 15 | tree-construction-files: tree-construction \ |
| 16 | tree-construction/tests1.dat \ |
| 17 | tree-construction/tests2.dat \ |
| 18 | tree-construction/tests3.dat \ |
| 19 | tree-construction/tests4.dat |
| 20 | |
| 21 | tree-construction: |
| 22 | $(MKDIR) $@ |
| 23 | |
| 24 | tree-construction/%.dat: |
| 25 | $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/tests/$@ |
| 26 | |
| 27 | ## License: Public Domain. |
| 28 | ## $Date:$ |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |