From: Chad Horohoe Date: Wed, 25 May 2011 15:59:30 +0000 (+0000) Subject: Followup r87468: remove refs to CleanUpTest from Makefile X-Git-Tag: 1.31.0-rc.0~29953 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=dc535d56f933d780604eea039f41dd6acb2a0472;p=lhc%2Fweb%2Fwiklou.git Followup r87468: remove refs to CleanUpTest from Makefile --- diff --git a/includes/normal/Makefile b/includes/normal/Makefile index 371e7f8131..f0c340f661 100644 --- a/includes/normal/Makefile +++ b/includes/normal/Makefile @@ -24,21 +24,17 @@ UtfNormalData.inc : UtfNormalGenerate.php UtfNormalUtil.php UnicodeData.txt Comp Utf8Case.php : Utf8CaseGenerate.php UtfNormalUtil.php UnicodeData.txt $(PHP) Utf8CaseGenerate.php -test : testutf8 testclean UtfNormalTest.php UtfNormalData.inc NormalizationTest.txt +test : testutf8 UtfNormalTest.php UtfNormalData.inc NormalizationTest.txt $(PHP) UtfNormalTest.php testutf8 : Utf8Test.php UTF-8-test.txt $(PHP) Utf8Test.php -testclean : CleanUpTest.php - $(PHP) CleanUpTest.php - bench : UtfNormalData.inc testdata/washington.txt testdata/berlin.txt testdata/tokyo.txt testdata/young.txt testdata/bulgakov.txt $(PHP) UtfNormalBench.php icutest : UtfNormalData.inc NormalizationTest.txt $(PHP) Utf8Test.php --icu - $(PHP) CleanUpTest.php --icu $(PHP) UtfNormalTest.php --icu icubench : UtfNormalData.inc testdata/washington.txt testdata/berlin.txt testdata/tokyo.txt testdata/young.txt testdata/bulgakov.txt