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 | wakaba | 1.1 | WGET = wget |
| 2 | wakaba | 1.2 | MKDIR = mkdir |
| 3 | wakaba | 1.1 | |
| 4 | wakaba | 1.2 | all: tokenizer-files tree-construction-files |
| 5 | wakaba | 1.1 | |
| 6 | wakaba | 1.2 | tokenizer-files: tokenizer \ |
| 7 | tokenizer/test1.test tokenizer/test2.test tokenizer/contentModelFlags.test | ||
| 8 | wakaba | 1.1 | |
| 9 | tokenizer: | ||
| 10 | wakaba | 1.2 | $(MKDIR) $@ |
| 11 | |||
| 12 | tokenizer/%.test: | ||
| 13 | $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/tests/$@ | ||
| 14 | wakaba | 1.1 | |
| 15 | wakaba | 1.2 | 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 | wakaba | 1.1 | |
| 24 | wakaba | 1.2 | tree-construction/%.dat: |
| 25 | wakaba | 1.1 | $(WGET) -O $@ http://html5lib.googlecode.com/svn/trunk/tests/$@ |
| 26 | wakaba | 1.2 | |
| 27 | ## License: Public Domain. | ||
| 28 | ## $Date:$ |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |