Parent Directory
|
Revision Log
++ whatpm/t/ChangeLog 18 Sep 2008 05:48:58 -0000 * ContentChecker.t: Atom tests are moved to another file. * ContentChecker-Atom.t, LangTag.t: New test scripts. * Makefile: Updated to invoke new test scripts. 2008-09-18 Wakaba <wakaba@suika.fam.cx>
| 1 | #!/usr/bin/perl |
| 2 | use strict; |
| 3 | |
| 4 | BEGIN { |
| 5 | require 't/content-checker.pl'; |
| 6 | plan (tests => 2646); |
| 7 | } |
| 8 | |
| 9 | test_files (qw[ |
| 10 | t/content-model-atom-1.dat |
| 11 | t/content-model-atom-2.dat |
| 12 | t/content-model-atom-threading-1.dat |
| 13 | ]); |
| 14 | |
| 15 | ## License: Public Domain. |
| 16 | ## $Date: 2008/08/31 06:57:32 $ |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |