Index: trunk/phase3/includes/normal/Makefile |
— | — | @@ -24,21 +24,17 @@ |
25 | 25 | Utf8Case.php : Utf8CaseGenerate.php UtfNormalUtil.php UnicodeData.txt |
26 | 26 | $(PHP) Utf8CaseGenerate.php |
27 | 27 | |
28 | | -test : testutf8 testclean UtfNormalTest.php UtfNormalData.inc NormalizationTest.txt |
| 28 | +test : testutf8 UtfNormalTest.php UtfNormalData.inc NormalizationTest.txt |
29 | 29 | $(PHP) UtfNormalTest.php |
30 | 30 | |
31 | 31 | testutf8 : Utf8Test.php UTF-8-test.txt |
32 | 32 | $(PHP) Utf8Test.php |
33 | 33 | |
34 | | -testclean : CleanUpTest.php |
35 | | - $(PHP) CleanUpTest.php |
36 | | - |
37 | 34 | bench : UtfNormalData.inc testdata/washington.txt testdata/berlin.txt testdata/tokyo.txt testdata/young.txt testdata/bulgakov.txt |
38 | 35 | $(PHP) UtfNormalBench.php |
39 | 36 | |
40 | 37 | icutest : UtfNormalData.inc NormalizationTest.txt |
41 | 38 | $(PHP) Utf8Test.php --icu |
42 | | - $(PHP) CleanUpTest.php --icu |
43 | 39 | $(PHP) UtfNormalTest.php --icu |
44 | 40 | |
45 | 41 | icubench : UtfNormalData.inc testdata/washington.txt testdata/berlin.txt testdata/tokyo.txt testdata/young.txt testdata/bulgakov.txt |